Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+318 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -318/+0 |
* | [InstCombine] use m_APInt to allow icmp (udiv X, Y), C folds for splat consta... | Sanjay Patel | 2016-08-18 | 1 | -16/+7 |
* | [InstCombine] use m_APInt to allow icmp (binop X, Y), C folds with constant s... | Sanjay Patel | 2016-08-03 | 1 | -15/+8 |
* | add a vector variant of each test | Sanjay Patel | 2016-08-03 | 1 | -0/+172 |
* | auto-generate checks | Sanjay Patel | 2016-07-23 | 1 | -32/+62 |
* | [InstCombine] Fold icmp ugt/ult (udiv i32 C2, X), C1. | Chad Rosier | 2016-05-10 | 1 | -0/+91 |
* | [InstCombine] Fold icmp eq/ne (udiv i32 A, B), 0 -> icmp ugt/ule B, A. | Chad Rosier | 2016-05-09 | 1 | -0/+41 |