Use movaps / movd to extract vector element 0 even with sse4.1. It's still cheaper...
[oota-llvm.git] / test / CodeGen / X86 / vec_insert-6.ll
2008-07-24 Dan GohmanAdd target triples so these tests behave as expected...
2008-07-23 Evan ChengFix PR2485: do all 4-element SSE shuffles in max. of...
2008-05-29 Evan ChengImplement vector shift up / down and insert zero with...