[PATCH] D14070: [FPEnv Core 05/14] Teach IR builder and folders about new flags
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 11 15:46:03 PST 2015
joker.eph added inline comments.
================
Comment at: test/Other/fpenv-constant-fold.ll:10
@@ +9,3 @@
+; CHECK-LABEL: @do-not-fold-fadd-that-can-trap
+; CHECK: fadd {{.*}} 1.000000e+308, {{.*}} 1.000000e+308
+entry:
----------------
Nit: the second `{{.*}}` seems spurious.
Also do you expect the `nrnd` to be dropped?
Repository:
rL LLVM
http://reviews.llvm.org/D14070
More information about the llvm-commits
mailing list