Use movaps / movd to extract vector element 0 even with sse4.1. It's still cheaper...
[oota-llvm.git] / test / CodeGen / X86 / vec_set-G.ll
2008-05-09 Evan ChengAdd a pattern to do move the low element of a v4f32...