repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Cortex-M4 schedule additions
[llvm-complete.git]
/
test
/
CodeGen
/
Generic
/
v-split.ll
blob
f9a1cee440ca81e2868f1f2bfa57f8b3abd16587
1
; RUN: llc < %s
2
3
%f8 = type <8 x float>
4
5
define void @test_f8(%f8 *%P, %f8* %Q, %f8 *%S) {
6
%p = load %f8, %f8* %P
7
%q = load %f8, %f8* %Q
8
%R = fadd %f8 %p, %q
9
store %f8 %R, %f8 *%S
10
ret void
11
}
12