[PATCH] D31164: [IR] Add AllowContract to FastMathFlags
Adam Nemet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 20:08:21 PDT 2017
anemet created this revision.
-ffp-contract=fast does not currently work with LTO because it's passed as a
TargetOption to the backend rather than in the IR. This adds it to
FastMathFlags.
This is toward fixing PR25721
https://reviews.llvm.org/D31164
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/IR/AsmWriter.cpp
lib/IR/Instruction.cpp
unittests/IR/IRBuilderTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31164.92420.patch
Type: text/x-patch
Size: 7108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170321/eabfeaba/attachment.bin>
More information about the llvm-commits
mailing list