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

Sergey Dmitrouk via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 15:18:08 PST 2015


sdmitrouk updated this revision to Diff 42925.
sdmitrouk added a comment.

Replacing with FastMathFlags for ConstantExpr, separate patch would almost completely undo this one and two more (two following ones, which are related to `Strict` flag), so I guess it's better to have it here.


Repository:
  rL LLVM

http://reviews.llvm.org/D14073

Files:
  include/llvm/IR/Constants.h
  lib/AsmParser/LLParser.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Constants.cpp
  lib/IR/ConstantsContext.h
  test/Other/fpenv-constant-fold.ll
  test/Transforms/EarlyCSE/fpenv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14073.42925.patch
Type: text/x-patch
Size: 13900 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151215/f375f84d/attachment.bin>


More information about the llvm-commits mailing list