OSDN Git Service

Update aosp/master llvm for rebase to r233350
[android-x86/external-llvm.git] / test / CodeGen / X86 / sse-load-ret.ll
index c82f4fc..8da45a7 100644 (file)
@@ -1,17 +1,16 @@
-; RUN: llvm-upgrade < %s | llvm-as | \
-; RUN:   llc -march=x86 -mcpu=yonah | not grep movss
-; RUN: llvm-upgrade < %s | llvm-as | \
-; RUN:   llc -march=x86 -mcpu=yonah | not grep xmm
+; RUN: llc < %s -march=x86 -mcpu=yonah | not grep movss
+; RUN: llc < %s -march=x86 -mcpu=yonah | not grep xmm
 
-double %test1(double *%P) {
-       %X = load double* %P
-       ret double %X
+define double @test1(double* %P) {
+        %X = load double, double* %P            ; <double> [#uses=1]
+        ret double %X
 }
 
-double %test2() {
-       ret double 1234.56
+define double @test2() {
+        ret double 1.234560e+03
 }
 
+
 ; FIXME: Todo
 ;double %test3(bool %B) {
 ;      %C = select bool %B, double 123.412, double 523.01123123