diff options
Diffstat (limited to 'test/CodeGen/CellSPU/fcmp64.ll')
-rw-r--r-- | test/CodeGen/CellSPU/fcmp64.ll | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGen/CellSPU/fcmp64.ll b/test/CodeGen/CellSPU/fcmp64.ll new file mode 100644 index 0000000..2b61fa6 --- /dev/null +++ b/test/CodeGen/CellSPU/fcmp64.ll @@ -0,0 +1,7 @@ +; RUN: llc < %s -march=cellspu > %t1.s + +define i1 @fcmp_eq_setcc_f64(double %arg1, double %arg2) nounwind { +entry: + %A = fcmp oeq double %arg1, %arg2 + ret i1 %A +} |