[llvm-bugs] [Bug 25721] fp-contract (FMA) isn't always captured in LLVM IR

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jul 7 10:14:49 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=25721

Adam Nemet <anemet at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #13 from Adam Nemet <anemet at apple.com> ---
This was added in several commits to the IR and SDAG (e.g. r298939). Clang also
gained a new pragma (#pragma clang fp contract(on/off/fast)) for fine-grained
control beyond -ffp-contract=fast.

This flag is not yet exposed in MIR.  File PR33713 for that.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170707/7ec28f87/attachment.html>


More information about the llvm-bugs mailing list