summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/apint-elim-logicalops.ll
Commit message (Collapse)AuthorAgeFilesLines
* remove a redundant test, filecheckize another.Chris Lattner2010-01-181-39/+0
| | | | llvm-svn: 93774
* 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
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81257
* 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
* For PR1319:Reid Spencer2007-04-141-3/+2
| | | | | | Upgrade tests to work with new llvm.exp version of llvm_runtest. llvm-svn: 36013
* Add more test cases for APIntified InstCombine.Reid Spencer2007-03-231-0/+40
llvm-svn: 35288
OpenPOWER on IntegriCloud