Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+528 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -528/+0 |
* | [LoopIdiomRecognize] Don't convert a do while loop to ctlz. | Craig Topper | 2018-07-11 | 1 | -8/+15 |
* | [LoopIdiomRecognize] Add a test case showing a loop we turn into ctlz that we... | Craig Topper | 2018-07-11 | 1 | -0/+36 |
* | [LoopIdiomRecognize] Support for converting loops that use LSHR to CTLZ. | Craig Topper | 2018-07-08 | 1 | -0/+162 |
* | [ValueTracking] Match select abs pattern when there's an sext involved | John Brawn | 2018-06-04 | 1 | -0/+45 |
* | [LoopIdiomRecognize] Only convert loops to ctlz if we can prove that the inpu... | Craig Topper | 2018-05-31 | 1 | -16/+27 |
* | [LoopIdiomRecognize] Add a test case to show incorrect transformation of an i... | Craig Topper | 2018-05-03 | 1 | -0/+82 |
* | The patch adds CTLZ idiom recognition. | Evgeny Stupachenko | 2017-05-15 | 1 | -0/+185 |