summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll
Commit message (Collapse)AuthorAgeFilesLines
* remove predicate simplifier, it never got the last bugs beatenChris Lattner2009-10-061-47/+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
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-111-2/+1
| | | | llvm-svn: 81545
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81257
* Upgrade tests.Tanya Lattner2008-03-191-38/+33
| | | | llvm-svn: 48536
* Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
| | | | llvm-svn: 41100
* fix incorrectly upgraded testChris Lattner2007-04-161-1/+1
| | | | llvm-svn: 36169
* For PR1319:Reid Spencer2007-04-161-3/+4
| | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+52
llvm-svn: 33296
OpenPOWER on IntegriCloud