repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't skip the CopyMI when removing kill markers.
[llvm/msp430.git]
/
test
/
CodeGen
/
Generic
/
v-split.ll
blob
a3124924638f3ea9e46d657c2b0db7f775921890
1
; RUN: llvm-as < %s | llc
2
%f8 = type <8 x float>
3
4
define void @test_f8(%f8 *%P, %f8* %Q, %f8 *%S) {
5
%p = load %f8* %P
6
%q = load %f8* %Q
7
%R = add %f8 %p, %q
8
store %f8 %R, %f8 *%S
9
ret void
10
}
11