aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/icmp-shr.ll
AgeCommit message (Expand)Author
2017-10-15revert r314984: revert r314698 - [InstCombine] remove one-use restriction for...Sanjay Patel
2017-10-05revert r314698 - [InstCombine] remove one-use restriction for icmp (shr exact...Sanjay Patel
2017-10-02[InstCombine] add icmp (shr X, Y), 0 test; NFCSanjay Patel
2017-10-02[InstCombine] remove one-use restriction for icmp (shr exact X, C1), C2 --> i...Sanjay Patel
2017-10-02[InstCombine] add icmp (lshr X, C1), C2 test; NFCSanjay Patel
2016-09-15[InstCombine] allow icmp (shr/shl) folds for vectorsSanjay Patel
2016-09-15regenerate checksSanjay Patel
2015-09-19[InstCombine] FoldICmpCstShrCst failed for ashr when comparing against -1David Majnemer
2014-10-21InstCombine: Simplify FoldICmpCstShrCstDavid Majnemer
2014-10-09[InstCombine] Fix wrong folding of constant comparisons involving ashr and ne...Andrea Di Biagio
2014-10-07Remove Extra lines. NFC.Suyog Sarda
2014-09-17[InstCombine] Fix wrong folding of constant comparison involving ahsr and neg...Andrea Di Biagio
2014-07-22This patch implements optimization as mentioned in PR19753: Optimize comparis...Suyog Sarda