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
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
vec_set-9.ll
blob
5c1b8f5dacb8503c677486b7005e2bd84ec4ce53
1
; RUN: llvm-as < %s | llc -march=x86-64 | grep movd | count 1
2
; RUN: llvm-as < %s | llc -march=x86-64 | grep {movlhps.*%xmm0, %xmm0}
3
4
define <2 x i64> @test3(i64 %A) nounwind {
5
entry:
6
%B = insertelement <2 x i64> undef, i64 %A, i32 1
7
ret <2 x i64> %B
8
}
9