mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
df2896d609
llvm-svn: 81290
8 lines
266 B
LLVM
8 lines
266 B
LLVM
; RUN: llc < %s -march=x86 -mattr=+mmx | not grep movq
|
|
; RUN: llc < %s -march=x86 -mattr=+mmx | grep psllq
|
|
|
|
define <2 x i32> @qux(i32 %A) nounwind {
|
|
%tmp3 = insertelement <2 x i32> < i32 0, i32 undef >, i32 %A, i32 1 ; <<2 x i32>> [#uses=1]
|
|
ret <2 x i32> %tmp3
|
|
}
|