revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git] / test / CodeGen / X86 / 2007-07-03-GR64ToVR64.ll
blob2c513f17811a79aaf5523db340ba216ab33e42d6
1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx | grep {movd   %rsi, %mm0}
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx | grep {movd   %rdi, %mm1}
3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx | grep {paddusw        %mm0, %mm1}
5 @R = external global <1 x i64>          ; <<1 x i64>*> [#uses=1]
7 define void @foo(<1 x i64> %A, <1 x i64> %B) nounwind {
8 entry:
9         %tmp4 = bitcast <1 x i64> %B to <4 x i16>               ; <<4 x i16>> [#uses=1]
10         %tmp6 = bitcast <1 x i64> %A to <4 x i16>               ; <<4 x i16>> [#uses=1]
11         %tmp7 = tail call <4 x i16> @llvm.x86.mmx.paddus.w( <4 x i16> %tmp6, <4 x i16> %tmp4 )          ; <<4 x i16>> [#uses=1]
12         %tmp8 = bitcast <4 x i16> %tmp7 to <1 x i64>            ; <<1 x i64>> [#uses=1]
13         store <1 x i64> %tmp8, <1 x i64>* @R
14         tail call void @llvm.x86.mmx.emms( )
15         ret void
18 declare <4 x i16> @llvm.x86.mmx.paddus.w(<4 x i16>, <4 x i16>)
20 declare void @llvm.x86.mmx.emms()