summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/fsh.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] reduce funnel-shift i16 X, X, 8 to bswap XSanjay Patel2019-06-241-3/+9
* [InstCombine] add tests for funnel-shift to bswap; NFCSanjay Patel2019-06-241-0/+37
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+638
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-638/+0
* [InstCombine] Prune fshl/fshr with masked operandsNikita Popov2019-04-161-12/+8
* [InstCombine] Add tests for fshl/fshr with masked operands; NFCNikita Popov2019-04-161-0/+81
* [InstCombine] allow general vector constants for funnel shift to shift transf...Sanjay Patel2019-03-181-4/+4
* [InstCombine] extend rotate-left-by-constant canonicalization to funnel shiftSanjay Patel2019-03-181-5/+5
* [InstCombine] add funnel shift tests with arbitrary constants; NFCSanjay Patel2019-03-181-8/+44
* [InstCombine] canonicalize rotate right by constant to rotate leftSanjay Patel2019-03-171-4/+4
* [InstCombine] add tests for rotate by constant using funnel intrinsics; NFCSanjay Patel2019-03-171-0/+36
* [InstCombine] remove duplicate testsSanjay Patel2019-03-141-36/+0
* [InstCombine] canonicalize funnel shift constant shift amount to be modulo bi...Sanjay Patel2019-03-141-6/+29
* [InstCombine] add tests for funnel shift constant shift amount mod bitwidth; NFCSanjay Patel2019-03-141-0/+36
* [InstCombine] add tests for funnel shift constant shift amount mod bitwidth; NFCSanjay Patel2019-03-141-0/+36
* [InstCombine] add tests for rotate/bswap equality; NFCSanjay Patel2018-11-271-0/+23
* [InstCombine] Determine demanded and known bits for funnel shiftsNikita Popov2018-11-241-19/+34
* [InstCombine] Simplify funnel shift with zero/undef operand to shiftNikita Popov2018-11-231-9/+45
* [InstCombine] Add tests for funnel shift with zero operand; NFCNikita Popov2018-11-211-0/+36
* [InstCombine] add tests for funnel shifts; NFCSanjay Patel2018-11-201-0/+177
* [InstCombine] fold funnel shift amount based on demanded bitsSanjay Patel2018-11-131-14/+10
* [InstCombine] add tests for funnel shift demanded bits; NFCSanjay Patel2018-11-131-0/+147
OpenPOWER on IntegriCloud