-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
Paths
| Differential D31164
[IR] Add AllowContract to FastMathFlags ClosedPublic Authored by anemet on Mar 20 2017, 8:08 PM.
Details Summary -ffp-contract=fast does not currently work with LTO because it's passed as a This is toward fixing PR25721
Diff Detail
Event TimelineComment Actions Needs assembler and bitcode compatibility tests
spatel added inline comments.
anemet added inline comments.
This revision is now accepted and ready to land.Mar 27 2017, 4:10 PM Closed by commit rL298939: [IR] Add AllowContract to FastMathFlags (authored by anemet). · Explain WhyMar 28 2017, 1:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 93289 llvm/trunk/docs/LangRef.rst
llvm/trunk/include/llvm/IR/Instruction.h
llvm/trunk/include/llvm/IR/Operator.h
llvm/trunk/lib/AsmParser/LLLexer.cpp
llvm/trunk/lib/AsmParser/LLParser.h
llvm/trunk/lib/AsmParser/LLToken.h
llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/trunk/lib/IR/AsmWriter.cpp
llvm/trunk/lib/IR/Instruction.cpp
llvm/trunk/test/Assembler/fast-math-flags.ll
llvm/trunk/test/Bitcode/compatibility.ll
llvm/trunk/unittests/IR/IRBuilderTest.cpp
|