[PATCH] D14069: [FPEnv Core 04/14] Skip constant folding to preserve FPEnv

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 15:28:14 PST 2015


joker.eph added inline comments.

================
Comment at: include/llvm/IR/FastMathFlags.h:38
@@ +37,3 @@
+
+  FastMathFlags() : Flags(0)
+  { }
----------------
Shouldn't the default be `NoExceptions | NoRounding` ?


Repository:
  rL LLVM

http://reviews.llvm.org/D14069





More information about the llvm-commits mailing list