[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / ARM / 2009-09-21-LiveVariablesBug.ll
blobaace4751915d124ec579fbbeb2818f01b23efe2f
1 ; RUN: llc < %s -mtriple=armv7-none-linux-gnueabi -mattr=+neon
3 ; PR5024
5 %bar = type { <4 x float> }
6 %foo = type { %bar, %bar, %bar, %bar }
8 declare arm_aapcs_vfpcc <4 x float> @bbb(%bar*) nounwind
10 define arm_aapcs_vfpcc void @aaa(%foo* noalias sret %agg.result, %foo* %tfrm) nounwind {
11 entry:
12   %0 = call arm_aapcs_vfpcc  <4 x float> @bbb(%bar* undef) nounwind ; <<4 x float>> [#uses=0]
13   ret void