-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
Differential D31164
[IR] Add AllowContract to FastMathFlags anemet on Mar 20 2017, 8:08 PM. Authored by
Details -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
|