[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 18 16:13:34 PST 2015


joker.eph added inline comments.

================
Comment at: lib/AsmParser/LLParser.cpp:2985
@@ -2977,2 +2984,3 @@
     }
+
     if (ParseToken(lltok::lparen, "expected '(' in binary constantexpr") ||
----------------
Remove

================
Comment at: lib/IR/ConstantsContext.h:423
@@ -422,2 +422,3 @@
   uint16_t SubclassData;
+  FastMathFlags FMF;
   ArrayRef<Constant *> Ops;
----------------
Can we reuse one of the previous field?


Repository:
  rL LLVM

http://reviews.llvm.org/D14073





More information about the llvm-commits mailing list