Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / SystemZ / soft-float-04.ll
blob1dbe843090b040abc53bd191ac3ff17b5fe6478d
1 ; RUN: llc -mtriple=s390x-linux-gnu -mcpu=z14 -O3 -mattr=soft-float < %s  | FileCheck %s
3 ; Check that this function with soft-float does not result in a s390.tdc
4 ; intrinsic (which cannot be handled by SoftenFloatOperand).
6 define void @fun(float %arg) {
7 ; CHECK-LABEL: fun:
8 ; CHECK: cijl
9 bb:
10   %tmp = bitcast float %arg to i32
11   br label %bb1
13 bb1:                                              ; preds = %bb
14   %tmp2 = icmp sgt i32 %tmp, -1
15   br i1 %tmp2, label %bb3, label %bb4
17 bb3:                                              ; preds = %bb1
18   unreachable
20 bb4:                                              ; preds = %bb1
21   unreachable