Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / i8_VarArg.ll
blob05c70dbc2df664537e70973220696e640bcdd346
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: dfcmp
4 @g0 = internal constant [12 x i8] c"a < b = %d\0A\00"
5 @g1 = internal constant [13 x i8] c"a <= b = %d\0A\00"
6 @g2 = internal constant [12 x i8] c"a > b = %d\0A\00"
7 @g3 = internal constant [13 x i8] c"a >= b = %d\0A\00"
8 @g4 = internal constant [13 x i8] c"a == b = %d\0A\00"
9 @g5 = internal constant [13 x i8] c"a != b = %d\0A\00"
10 @g6 = global double 2.000000e+00
11 @g7 = global double 5.000000e+00
13 declare i32 @f0(ptr, ...) #0
15 define i32 @f1() #0 {
16 b0:
17   %v0 = load double, ptr @g6
18   %v1 = load double, ptr @g7
19   %v2 = fcmp olt double %v0, %v1
20   %v3 = fcmp ole double %v0, %v1
21   %v4 = fcmp ogt double %v0, %v1
22   %v5 = fcmp oge double %v0, %v1
23   %v6 = fcmp oeq double %v0, %v1
24   %v7 = fcmp une double %v0, %v1
25   %v8 = zext i1 %v2 to i8
26   %v15 = call i32 (ptr, ...) @f0(ptr @g0, i8 %v8)
27   ret i32 0
30 attributes #0 = { nounwind "target-cpu"="hexagonv5" }