brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · 9f3672f Raw
35 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2; CHECK: dfcmp3 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+0011@g7 = global double 5.000000e+0012 13declare i32 @f0(ptr, ...) #014 15define i32 @f1() #0 {16b0:17  %v0 = load double, ptr @g618  %v1 = load double, ptr @g719  %v2 = fcmp olt double %v0, %v120  %v3 = fcmp ole double %v0, %v121  %v4 = fcmp ogt double %v0, %v122  %v5 = fcmp oge double %v0, %v123  %v6 = fcmp oeq double %v0, %v124  %v7 = fcmp une double %v0, %v125  %v14 = call i32 (ptr, ...) @f0(ptr @g0, i1 %v2)26  %v15 = call i32 (ptr, ...) @f0(ptr @g1, i1 %v3)27  %v16 = call i32 (ptr, ...) @f0(ptr @g2, i1 %v4)28  %v17 = call i32 (ptr, ...) @f0(ptr @g3, i1 %v5)29  %v18 = call i32 (ptr, ...) @f0(ptr @g4, i1 %v6)30  %v19 = call i32 (ptr, ...) @f0(ptr @g5, i1 %v7)31  ret i32 032}33 34attributes #0 = { nounwind "target-cpu"="hexagonv5" }35