[X86][AVX] Match broadcast loads through a bitcast
[oota-llvm.git] / test / CodeGen / X86 / fp-stack-ret.ll
index 1307f70ead17daf96befade644ab10e52d6fcf92..9635e2d2511a815ce7256c2c9b2d9535e098c704 100644 (file)
@@ -7,7 +7,7 @@
 ; CHECK: fldl
 ; CHECK-NEXT: ret
 define double @test1(double *%P) {
-        %A = load double* %P
+        %A = load double, double* %P
         ret double %A
 }
 
@@ -22,7 +22,7 @@ define fastcc double @test2(<2 x double> %A) {
 
 ; CHECK: test3
 ; CHECK: sub{{.*}}%esp
-; CHECLK-NOT: xmm
+; CHECK-NOT: xmm
 define fastcc double @test3(<4 x float> %A) {
        %B = bitcast <4 x float> %A to <2 x double>
        %C = call fastcc double @test2(<2 x double> %B)