repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
mmx-insert-element.ll
blob
a063ee1d6cf404ef6be7b10e1ce9c289b5afad29
1
; RUN: llc < %s -march=x86 -mattr=+mmx | not grep movq
2
; RUN: llc < %s -march=x86 -mattr=+mmx | grep psllq
3
4
define <2 x i32> @qux(i32 %A) nounwind {
5
%tmp3 = insertelement <2 x i32> < i32 0, i32 undef >, i32 %A, i32 1 ; <<2 x i32>> [#uses=1]
6
ret <2 x i32> %tmp3
7
}