summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/apint-shift-simplify.ll
Commit message (Collapse)AuthorAgeFilesLines
* Use "opt < %s" instead of "opt %s" to keep the testname away from the grep.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81299
* 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
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
| | | | llvm-svn: 41097
* For PR1319:Reid Spencer2007-04-141-1/+1
| | | | | | 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/+23
llvm-svn: 35288
OpenPOWER on IntegriCloud