summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/masked_intrinsics.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Convert a masked.load of a dereferenceable address to an uncond...Philip Reames2019-04-231-2/+3
* [Tests] Revise a test as requested by reviewer in D59703Philip Reames2019-04-221-13/+14
* [Tests] Add a negative test for masked.gather part of D59703Philip Reames2019-04-221-0/+14
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+261
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-261/+0
* [InstCombine] Fix a nasty miscompile introduced w/masked.gather demanded eltsPhilip Reames2019-04-121-2/+1
* [Tests] Checkin a test demonstrating a miscompile so that patch which fixes i...Philip Reames2019-04-121-0/+15
* [Tests] Add masked.gather tests for non-constant masks + speculation possibil...Philip Reames2019-03-221-0/+37
* [tests] Add a generic masked.gather test to show sometimes we can't transformPhilip Reames2019-03-221-10/+11
* [tests] Add tests for converting masked.load to load speculativelyPhilip Reames2019-03-221-0/+60
* [Tests] Use valid alignment in masked.gather testsPhilip Reames2019-03-221-5/+5
* Simplify operands of masked stores and scatters based on demanded elementsPhilip Reames2019-03-201-5/+3
* Demanded elements support for masked.load and masked.gatherPhilip Reames2019-03-191-8/+8
* [tests] Add a test for constexpr mask as requested in D57372Philip Reames2019-03-151-1/+9
* [InstCombine] add tests for masked store/scatter; NFCSanjay Patel2019-03-151-0/+27
* Verifier: Make sure masked load/store alignment is a power of 2Matt Arsenault2019-03-131-1/+1
* [Test] Add tests for gather/maked.load demanded elements, and convert the who...Philip Reames2019-01-291-17/+67
* Support arbitrary address space pointers in masked gather/scatter intrinsics.Elad Cohen2017-05-031-4/+4
* [InstCombine] Masked loads with undef masks can fold to normal loadsDavid Majnemer2016-07-141-0/+9
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-06-281-6/+6
* Revert -r273892 "Support arbitrary addrspace pointers in masked load/store in...Artur Pilipenko2016-06-271-6/+6
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-06-271-6/+6
* Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"Adam Nemet2016-04-141-6/+6
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-04-121-6/+6
* Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"Matthias Braun2016-03-221-6/+6
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-03-101-6/+6
* [InstCombine] simplify masked scatter/gather intrinsics with zero masksSanjay Patel2016-02-011-3/+20
* [InstCombine] simplify masked store intrinsics with all ones or zeros masksSanjay Patel2016-02-011-0/+18
* fix broken check linesSanjay Patel2016-02-011-2/+2
* [InstCombine] simplify masked load intrinsics with all ones or zeros masksSanjay Patel2016-02-011-21/+2
* add masked intrinsic tests to show missed opportunitiesSanjay Patel2016-01-281-0/+41
OpenPOWER on IntegriCloud