Fix a broadcast related regression on the vector shuffle lowering.
[oota-llvm.git] / test / CodeGen / X86 / extractelement-load.ll
index 0d5d299ed10c358e76250a09f11a2c1a3a4e9697..b5b320d4d4b1260a88ef20aabe31cd35fe1e53f6 100644 (file)
@@ -36,9 +36,9 @@ define void @t3() {
 ;
 ; This movs the entire vector, shuffling the high double down. If we fixed the
 ; FIXME above it would just move the high double directly.
-; CHECK: movups
-; CHECK: movhlps
-; CHECK: movlps
+; CHECK: movupd
+; CHECK: shufpd
+; CHECK: movlpd
 
 bb:
   %tmp13 = load <2 x double>* undef, align 1