summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/PredicateSimplifier/2006-11-12-MergeNodes.ll
Commit message (Collapse)AuthorAgeFilesLines
* remove predicate simplifier, it never got the last bugs beatenChris Lattner2009-10-061-41/+0
| | | | | | | out of it, and jump threading, condprop and gvn are now getting most of the benefit. This was approved by Nicholas and Nicolas. llvm-svn: 83390
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-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
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Upgrade tests.Tanya Lattner2008-03-191-33/+20
| | | | llvm-svn: 48536
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+54
llvm-svn: 33296
OpenPOWER on IntegriCloud