summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/extractelement-from-arg.ll
Commit message (Collapse)AuthorAgeFilesLines
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-111-1/+1
| | | | llvm-svn: 81545
* Instead of a vector load, shuffle and then extract an element. Load the ↵Evan Cheng2008-05-131-2/+2
| | | | | | | | | | | element from address with an offset. pshufd $1, (%rdi), %xmm0 movd %xmm0, %eax => movl 4(%rdi), %eax llvm-svn: 51026
* Use the correct result value type instead of using getValueType(0)Dan Gohman2007-09-241-0/+7
in ExpandEXTRACT_VECTOR_ELT and SplitVectorOp. This fixes an abort in the included testcase. llvm-svn: 42264
OpenPOWER on IntegriCloud