summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/icmp-shr.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+509
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-509/+0
* revert r314984: revert r314698 - [InstCombine] remove one-use restriction for...Sanjay Patel2017-10-151-1/+1
* revert r314698 - [InstCombine] remove one-use restriction for icmp (shr exact...Sanjay Patel2017-10-051-1/+1
* [InstCombine] add icmp (shr X, Y), 0 test; NFCSanjay Patel2017-10-021-0/+14
* [InstCombine] remove one-use restriction for icmp (shr exact X, C1), C2 --> i...Sanjay Patel2017-10-021-1/+1
* [InstCombine] add icmp (lshr X, C1), C2 test; NFCSanjay Patel2017-10-021-0/+15
* [InstCombine] allow icmp (shr/shl) folds for vectorsSanjay Patel2016-09-151-0/+10
* regenerate checksSanjay Patel2016-09-151-227/+310
* [InstCombine] FoldICmpCstShrCst failed for ashr when comparing against -1David Majnemer2015-09-191-0/+9
* InstCombine: Simplify FoldICmpCstShrCstDavid Majnemer2014-10-211-320/+0
* [InstCombine] Fix wrong folding of constant comparisons involving ashr and ne...Andrea Di Biagio2014-10-091-0/+8
* Remove Extra lines. NFC.Suyog Sarda2014-10-071-2/+0
* [InstCombine] Fix wrong folding of constant comparison involving ahsr and neg...Andrea Di Biagio2014-09-171-0/+15
* This patch implements optimization as mentioned in PR19753: Optimize comparis...Suyog Sarda2014-07-221-0/+677
OpenPOWER on IntegriCloud