summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/compare-udiv.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+318
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-318/+0
* [InstCombine] use m_APInt to allow icmp (udiv X, Y), C folds for splat consta...Sanjay Patel2016-08-181-16/+7
* [InstCombine] use m_APInt to allow icmp (binop X, Y), C folds with constant s...Sanjay Patel2016-08-031-15/+8
* add a vector variant of each testSanjay Patel2016-08-031-0/+172
* auto-generate checksSanjay Patel2016-07-231-32/+62
* [InstCombine] Fold icmp ugt/ult (udiv i32 C2, X), C1.Chad Rosier2016-05-101-0/+91
* [InstCombine] Fold icmp eq/ne (udiv i32 A, B), 0 -> icmp ugt/ule B, A.Chad Rosier2016-05-091-0/+41
OpenPOWER on IntegriCloud