Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Thumb2 / 2009-08-07-CoalescerBug.ll
blob767f2f0cb88920e836da93c15ff4355dbdff94f7
1 ; RUN: llc < %s -mtriple=armv7-eabi -mattr=+vfp2
2 ; PR4686
4         %a = type { ptr }
5         %b = type { %a }
6         %c = type { float, float, float, float }
8 declare arm_aapcs_vfpcc float @bar(ptr)
10 define arm_aapcs_vfpcc void @foo(ptr %x, ptr %y) {
11 entry:
12         %0 = call arm_aapcs_vfpcc  float @bar(ptr %y)           ; <float> [#uses=0]
13         %1 = fadd float undef, undef            ; <float> [#uses=1]
14         store float %1, ptr undef, align 8
15         ret void