[PATCH] D81178: [FPEnv] Initialization of C++ globals not strictfp aware
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 5 15:43:34 PDT 2020
rjmccall added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenFunction.h:4348
+ /// Query for the use of constrained floating point math
+ bool isStrictFP() { return Builder.getIsFPConstrained(); }
+
----------------
How is this set that we don't end up also setting it as a function attribute?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81178/new/
https://reviews.llvm.org/D81178
More information about the cfe-commits
mailing list