Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [IndVarSimplify] Generate full checks for some LFTR tests; NFC | Nikita Popov | 2019-04-20 | 1 | -14/+26 |
| | | | | llvm-svn: 358813 | ||||
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+28 |
| | | | | | | | | 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 | -28/+0 |
| | | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546 | ||||
* | [IndVars] Add an option to be able to disable LFTR | Serguei Katkov | 2017-06-09 | 1 | -0/+28 |
This change adds an option disable-lftr to be able to disable Linear Function Test Replace optimization. By default option is off so current behavior is not changed. Reviewers: reames, sanjoy, wmi, andreadb, apilipenko Reviewed By: sanjoy Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D33979 llvm-svn: 305055 |