[PATCH] D90174: [HIP] Fix regressions due to fp contract change
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 3 04:48:21 PST 2020
yaxunl added a comment.
In D90174#2370336 <https://reviews.llvm.org/D90174#2370336>, @rjmccall wrote:
> I agree this is useful. However, you need to update the manual to cover `faststd`.
will update the manual.
================
Comment at: clang/test/CodeGenCUDA/fp-contract.cu:203
+
+// AMD-OPT-FAST-IR: fmul contract float
+// AMD-OPT-FAST-IR: fadd contract float
----------------
@rjmccall I have IRGen checks in this test. Are they sufficient? Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90174/new/
https://reviews.llvm.org/D90174
More information about the cfe-commits
mailing list