[PATCH] D14067: [FPEnv Core 02/14] Add FPEnv access flags to fast-math flags

Sergey Dmitrouk via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 11:42:02 PST 2015


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

Removed code duplication and moved several tests from patch#4 here. Will wait until patch#4 is accepted before committing, otherwise new flags will become visible in IR, but won't be used by any code, which can confuse.


Repository:
  rL LLVM

http://reviews.llvm.org/D14067

Files:
  docs/LangRef.rst
  include/llvm/IR/Instruction.h
  include/llvm/IR/Operator.h
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.h
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Instruction.cpp
  test/Assembler/fast-math-flags.ll
  test/Bitcode/binaryFloatInstructions.3.2.ll
  test/Bitcode/compatibility-3.6.ll
  test/Bitcode/compatibility-3.7.ll
  test/Bitcode/constantsTest.3.2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14067.42086.patch
Type: text/x-patch
Size: 20860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151207/ceb33783/attachment-0001.bin>


More information about the llvm-commits mailing list