Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / 2011-02-23-UnfoldBug.ll
blobf0da3b188b8ca9410d4e76117cf11f737ffac0c3
1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10
2 ; rdar://9045024
3 ; PR9305
5 define void @calc_gb_rad_still_sse2_double() nounwind ssp {
6 entry:
7   br label %for.cond.outer
9 for.cond.outer:                                   ; preds = %if.end71, %entry
10   %theta.0.ph = phi <2 x double> [ undef, %entry ], [ %theta.1, %if.end71 ]
11   %mul.i97 = fmul <2 x double> %theta.0.ph, undef
12   %fmul = fmul <2 x double> <double 2.000000e+00, double 2.000000e+00>, undef
13   %mul.i96 = fmul <2 x double> %mul.i97, %fmul
14   br i1 undef, label %for.body, label %for.end82
16 for.body:                                         ; preds = %for.cond.outer
17   br i1 undef, label %for.body33.lr.ph, label %for.end
19 for.body33.lr.ph:                                 ; preds = %for.body
20   %dccf.2 = select i1 undef, <2 x double> %mul.i96, <2 x double> undef
21   unreachable
23 for.end:                                          ; preds = %for.body
24   %vecins.i94 = insertelement <2 x double> undef, double 0.000000e+00, i32 0
25   %cmpsd.i = tail call <2 x double> @llvm.x86.sse2.cmp.sd(<2 x double> %vecins.i94, <2 x double> <double 0x3FE984B204153B34, double 0x3FE984B204153B34>, i8 2) nounwind
26   tail call void (...) @_mm_movemask_pd(<2 x double> %cmpsd.i) nounwind
27   br i1 undef, label %if.then67, label %if.end71
29 if.then67:                                        ; preds = %for.end
30   %vecins.i91 = insertelement <2 x double> %vecins.i94, double undef, i32 0
31   br label %if.end71
33 if.end71:                                         ; preds = %if.then67, %for.end
34   %theta.1 = phi <2 x double> [ %vecins.i91, %if.then67 ], [ %theta.0.ph, %for.end ]
35   br label %for.cond.outer
37 for.end82:                                        ; preds = %for.cond.outer
38   ret void
41 declare void @_mm_movemask_pd(...)
43 declare <2 x double> @llvm.x86.sse2.cmp.sd(<2 x double>, <2 x double>, i8) nounwind readnone