summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/vec_extract_elt.ll
Commit message (Collapse)AuthorAgeFilesLines
* [InstCombine] add/move tests for extractelement; NFCSanjay Patel2018-09-241-20/+0
| | | | llvm-svn: 342905
* Convert tests to FileCheckMatt Arsenault2013-08-281-1/+2
| | | | llvm-svn: 189529
* Teach InstCombine to optimize extract of a value from a vector add operation ↵Nadav Rotem2013-01-151-0/+10
| | | | | | with a constant zero. llvm-svn: 172576
* 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
* new testcaseChris Lattner2007-04-141-0/+9
llvm-svn: 36024
OpenPOWER on IntegriCloud