Let the inline asm 'q' constraint match float, and on 64-bit double too.
[oota-llvm.git] / test / CodeGen / X86 / mmx-punpckhdq.ll
index ccb98fce274bc45cae289882277b625153e045d3..689f7bf59564825f9223d831dcea4c60e43b7128 100644 (file)
@@ -1,9 +1,9 @@
-; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 -mtriple=x86_64-apple-darwin10 | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+mmx,+sse42 -mtriple=x86_64-apple-darwin10 | FileCheck %s
 ; There are no MMX operations in bork; promoted to XMM.
 
 define void @bork(<1 x i64>* %x) {
 ; CHECK: bork
-; FIXMEHECK: pextrd
+; CHECK: pextrd
 entry:
        %tmp2 = load <1 x i64>* %x              ; <<1 x i64>> [#uses=1]
        %tmp6 = bitcast <1 x i64> %tmp2 to <2 x i32>            ; <<2 x i32>> [#uses=1]
@@ -18,7 +18,7 @@ entry:
 
 define void @pork(x86_mmx* %x) {
 ; CHECK: pork
-; FIXMEHECK: punpckhdq
+; CHECK: punpckhdq
 entry:
        %tmp2 = load x86_mmx* %x                ; <x86_mmx> [#uses=1]
         %tmp9 = tail call x86_mmx @llvm.x86.mmx.punpckhdq (x86_mmx %tmp2, x86_mmx %tmp2)