Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / inline-asm-x-scalar.ll
index ba6e453039cd4f7d5e3aaf68091144c5c6336eba..5a9628b3df74a2be45cdd82e559f332898c8fd0b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
+; RUN: llc < %s -march=x86 -mcpu=yonah
 
 define void @test1() {
         tail call void asm sideeffect "ucomiss $0", "x"( float 0x41E0000000000000)
@@ -15,3 +15,10 @@ define void @test3() {
         ret void
 }
 
+define void @test4() {
+        %tmp1 = tail call float asm "", "=x,0,~{dirflag},~{fpsr},~{flags}"( float 0x47EFFFFFE0000000 ); <float> [#uses=1]
+        %tmp4 = fsub float %tmp1, 0x3810000000000000             ; <float> [#uses=1]
+        tail call void asm sideeffect "", "x,~{dirflag},~{fpsr},~{flags}"( float %tmp4 )
+        ret void
+}
+