[llvm-bugs] [Bug 46165] [Matrix] Emit fast-math/wrapping flags during CodeGen for matrix operators
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jun 4 06:22:11 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=46165
Florian Hahn <florian_hahn at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
Fixed By Commit(s)| |be2277fbf233cca8e1bd698fa9a
| |b6de404001c3a
--- Comment #2 from Florian Hahn <florian_hahn at apple.com> ---
I think this has been fixed already. e.g in the example, the `fast` flags are
added correctly: https://godbolt.org/z/TfjYPc6eT
https://reviews.llvm.org/rGbe2277fbf233cca8e1bd698fa9ab6de404001c3a
It sill would be good to add tests without `#pragma clang fp `
--
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/20210604/cd6d8208/attachment.html>
More information about the llvm-bugs
mailing list