[ARM] Cortex-M4 schedule additions
[llvm-complete.git] / test / CodeGen / Generic / v-split.ll
blobf9a1cee440ca81e2868f1f2bfa57f8b3abd16587
1 ; RUN: llc < %s
3 %f8 = type <8 x float>
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