Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+120 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -120/+0 |
* | [InstCombine] Fold x & (-1 >> y) == x to x u<= (-1 >> y) | Roman Lebedev | 2018-07-11 | 1 | -5/+4 |
* | [NFC][InstCombine] Fix extra space padding in icmp-mul-zext.ll test | Roman Lebedev | 2018-07-11 | 1 | -3/+4 |
* | [InstCombine] Avoid iteration/mutation conflict | Joseph Tremoulet | 2018-06-15 | 1 | -0/+38 |
* | [InstCombine] don't try to evaluate instructions with >1 use (revert r324014) | Sanjay Patel | 2018-02-05 | 1 | -3/+4 |
* | [InstCombine] allow multi-use values in canEvaluate* if all uses are in 1 inst | Sanjay Patel | 2018-02-01 | 1 | -4/+3 |
* | [InstCombine] move related tests into the same file; NFC | Sanjay Patel | 2018-01-31 | 1 | -0/+82 |