10 lines · plain
1; RUN: llc < %s -mtriple=xcore | FileCheck %s2define i1 @test(double %F, double %G) nounwind {3entry:4; CHECK-LABEL: test:5; CHECK: xor6 %0 = fsub double -0.000000e+00, %F7 %1 = fcmp olt double %G, %08 ret i1 %19}10 1; RUN: llc < %s -mtriple=xcore | FileCheck %s2define i1 @test(double %F, double %G) nounwind {3entry:4; CHECK-LABEL: test:5; CHECK: xor6 %0 = fsub double -0.000000e+00, %F7 %1 = fcmp olt double %G, %08 ret i1 %19}10