brintos

brintos / llvm-project-archived public Read only

0
0
Text · 401 B · 5728a61 Raw
15 lines · plain
1; RUN: llc < %s -mtriple=armv7-none-linux-gnueabi -mattr=+neon2 3; PR50244 5%bar = type { <4 x float> }6%foo = type { %bar, %bar, %bar, %bar }7 8declare arm_aapcs_vfpcc <4 x float> @bbb(ptr) nounwind9 10define arm_aapcs_vfpcc void @aaa(ptr noalias sret(%foo) %agg.result, ptr %tfrm) nounwind {11entry:12  %0 = call arm_aapcs_vfpcc  <4 x float> @bbb(ptr undef) nounwind ; <<4 x float>> [#uses=0]13  ret void14}15