summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+21
| | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-21/+0
| | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ↵Dmitri Gribenko2012-12-301-1/+1
| | | | | | | | ModuleID This is done to avoid odd test failures, like the one fixed in r171243. llvm-svn: 171246
* Upgrade syntax of tests using volatile instructions to use 'load volatile' ↵Chris Lattner2011-11-271-1/+1
| | | | | | instead of 'volatile load', which is archaic. llvm-svn: 145171
* tighten test.Chris Lattner2009-09-071-1/+1
| | | | llvm-svn: 81159
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-051-2/+3
| | | | | | | - I'd appreciate it if someone else eyeballs my changes to make sure I captured the intent of the test. llvm-svn: 81083
* Upgrade tests.Tanya Lattner2008-03-191-11/+10
| | | | llvm-svn: 48538
* For PR1319:Reid Spencer2007-04-151-1/+1
| | | | | | Upgrade to use new Tcl exec based test harness. llvm-svn: 36062
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+21
llvm-svn: 33296
OpenPOWER on IntegriCloud