[PATCH] D14073: [FPEnv Core 08/14] Do not simplify expressions with FPEnv access

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


joker.eph added inline comments.

================
Comment at: include/llvm/IR/Constants.h:1107
@@ -1107,1 +1106,3 @@
+                       FastMathFlags FMF = FastMathFlags(),
+                       bool Strict = false);
 
----------------
Document the new parameter


Repository:
  rL LLVM

http://reviews.llvm.org/D14073





More information about the llvm-commits mailing list