Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [EarlyCSE] Add support for unary FNeg to EarlyCSE | Cameron McInally | 2019-08-07 | 1 | -3/+2 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D65815 llvm-svn: 368171 | ||||
* | [NFC][EarlyCSE] Pre-commit unary FNeg tests. | Cameron McInally | 2019-08-06 | 1 | -0/+13 |
| | | | | llvm-svn: 368056 | ||||
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+15 |
| | | | | | | | | 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 | -15/+0 |
| | | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546 | ||||
* | [EarlyCSE] Optionally use MemorySSA. NFC. | Geoff Berry | 2016-08-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | Summary: Use MemorySSA, if requested, to do less conservative memory dependency checking. This change doesn't enable the MemorySSA enhanced EarlyCSE in the default pipelines, so should be NFC. Reviewers: dberlin, sanjoy, reames, majnemer Subscribers: mcrosier, llvm-commits Differential Revision: http://reviews.llvm.org/D19821 llvm-svn: 280279 | ||||
* | Initially forgotten-to-svn-add test case for r177279. | David Tweed | 2013-03-18 | 1 | -0/+14 |
llvm-svn: 177280 |