[PATCH] D80440: [OpenCL] Prevent fused mul and add by default

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 27 16:24:05 PDT 2020


arsenm requested changes to this revision.
arsenm added a comment.
This revision now requires changes to proceed.

I think the current handling is correct. As you said, the specified default is FP_CONTRACT ON. The description of the mad function in the table is unrelated, since that's the definition and won't change based on the pragma.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80440/new/

https://reviews.llvm.org/D80440





More information about the cfe-commits mailing list