summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/store-merge.ll
Commit message (Collapse)AuthorAgeFilesLines
* merge a test into store.llChris Lattner2009-11-021-37/+0
| | | | llvm-svn: 85771
* 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
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
| | | | llvm-svn: 41097
* Fix this test in a slightly more obvious way.Reid Spencer2007-04-151-1/+1
| | | | llvm-svn: 36058
* Keep lines a reasonable length.Reid Spencer2007-04-151-1/+2
| | | | llvm-svn: 36043
* Patch supplied by gabor.Jeff Cohen2007-04-151-1/+1
| | | | llvm-svn: 36042
* new testcaseChris Lattner2007-04-151-0/+36
llvm-svn: 36039
OpenPOWER on IntegriCloud