[PATCH] D139629: clang: Stop emitting "strictfp"
Zahira Ammarguellat via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 8 10:03:45 PST 2022
zahiraam added a comment.
Can you please be more verbose in your summary? This change is related to the use of -ffp-exception-behavior=strict right?
This attribute is set here https://github.com/llvm/llvm-project/blob/main/clang/lib/CodeGen/CodeGenFunction.cpp#L987 but under a condition. Is that condition always satisfied when the attribute needs to be set?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139629/new/
https://reviews.llvm.org/D139629
More information about the cfe-commits
mailing list