Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Tests] Autogen a bunch of Reassociate tests for ease of update | Philip Reames | 2019-08-01 | 1 | -4/+5 |
| | | | | llvm-svn: 367634 | ||||
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+31 |
| | | | | | | | | 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 | -31/+0 |
| | | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546 | ||||
* | [Reassociate] auto-generate better checks; NFC | Sanjay Patel | 2017-10-13 | 1 | -11/+12 |
| | | | | | | These would fail if the created variable names changed. llvm-svn: 315752 | ||||
* | Revert "[Reassociate] As the expression tree is rewritten make sure the ↵ | Chad Rosier | 2014-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | operands are" This reverts commit r222142. This is causing/exposing an execution-time regression in spec2006/gcc and coremark on AArch64/A57/Ofast. Conflicts: test/Transforms/Reassociate/optional-flags.ll llvm-svn: 222398 | ||||
* | [Reassociate] As the expression tree is rewritten make sure the operands are | Chad Rosier | 2014-11-17 | 1 | -1/+1 |
| | | | | | | emitted in canonical form. llvm-svn: 222142 | ||||
* | [Reassociate] FileCheckize and cleanup a few testcases. No functional change | Chad Rosier | 2014-06-11 | 1 | -8/+26 |
| | | | | | | intended. llvm-svn: 210685 | ||||
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
| | | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537 | ||||
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81257 | ||||
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
* | Upgrade tests to not use llvm-upgrade. | Tanya Lattner | 2008-03-19 | 1 | -7/+8 |
| | | | | llvm-svn: 48530 | ||||
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+11 |
llvm-svn: 33296 |