Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+30 |
| | | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552 | ||||
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -30/+0 |
| | | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546 | ||||
* | [Reassociate] add check lines; NFC | Sanjay Patel | 2017-11-09 | 1 | -1/+11 |
| | | | | llvm-svn: 317805 | ||||
* | Instructions to be redone only if from the same BB | Aditya Nandakumar | 2016-01-07 | 1 | -0/+20 |
While adding instructions(possible roots) to be redone, make sure they are from the same basic block. llvm-svn: 257112 |