repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
insertelement-copytoregs.ll
blob
34a29ca7d939c4c8a37a3555586bd66b21ce30d6
1
; RUN: llc < %s -march=x86-64 | grep -v IMPLICIT_DEF
2
3
define void @foo(<2 x float>* %p) {
4
%t = insertelement <2 x float> undef, float 0.0, i32 0
5
%v = insertelement <2 x float> %t, float 0.0, i32 1
6
br label %bb8
7
8
bb8:
9
store <2 x float> %v, <2 x float>* %p
10
ret void
11
}