summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstSimplify/select.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstSimplify] add tests for vector select; NFCSanjay Patel2020-01-141-3/+20
* [InstSimplify] move tests for select from InstCombine; NFCSanjay Patel2020-01-131-0/+24
* [InstSimplify] select Cond, true, false --> CondSanjay Patel2020-01-091-6/+3
* [InstSimplify] add tests for select of true/false; NFCSanjay Patel2020-01-081-51/+80
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+566
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-566/+0
* Reland r301880(!): "[InstSimplify] Handle selects of GEPs with 0 offset"George Burgess IV2018-04-241-0/+19
* [InstSimplify] add vector select tests with undef elts in condition; NFCSanjay Patel2018-02-171-0/+20
* [InstSimplify] teach SimplifySelectInst() to fold more vector selectsHaicheng Wu2017-10-021-0/+8
* [InstCombine] remove unnecessary vector select fold; NFCISanjay Patel2017-08-301-0/+16
* [InstSimplify] Teach decomposeBitTestICmp to handle non-canonical comparesCraig Topper2017-08-141-20/+8
* Recommit r310869, "[InstSimplify][InstCombine] Modify the interface of decomp...Craig Topper2017-08-141-10/+4
* Revert r310869 "[InstSimplify][InstCombine] Modify the interface of decompose...Craig Topper2017-08-141-4/+10
* [InstSimplify][InstCombine] Modify the interface of decomposeBitTestICmp and ...Craig Topper2017-08-141-10/+4
* [InstSimplify] Add some tests cases for selects with bittests hidden in ugt/u...Craig Topper2017-08-141-0/+58
* [InstSimplify] Add test cases that show that simplifySelectWithICmpCond doesn...Craig Topper2017-08-101-0/+30
* Revert r301880George Burgess IV2017-05-011-19/+0
* [InstSimplify] Handle selects of GEPs with 0 offsetGeorge Burgess IV2017-05-011-0/+19
* [InstCombine] if the condition of a select may be known via assumes, eliminat...Sanjay Patel2017-01-131-1/+2
* [InstSimplify] add tests to show missing select simplifications; NFCSanjay Patel2017-01-051-0/+28
* [InstSimplify] don't crash handling a pointer or aggregate typeSanjay Patel2016-07-211-0/+13
* [InstSimplify] recognize trunc + icmp sgt/slt variants of select simplificati...Sanjay Patel2016-07-211-41/+9
* add vector tests and a simpler version of the negative testsSanjay Patel2016-07-211-3/+48
* [InstSimplify][InstCombine] don't crash when folding vector selects of icmpSanjay Patel2016-07-201-0/+11
* add even more missing tests for simplifySelectBitTest()Sanjay Patel2016-07-191-40/+148
* add tests related to PR28466Sanjay Patel2016-07-191-1/+60
* add missing test for simplifySelectBitTest()Sanjay Patel2016-07-191-0/+14
* auto-generate checksSanjay Patel2016-07-181-39/+64
* InstSimplify: Optimize away pointless comparisonsDavid Majnemer2014-12-201-0/+76
* InstSimplify: Restore optimizations lost in r210006David Majnemer2014-11-271-0/+85
OpenPOWER on IntegriCloud