[PATCH] D102343: [clang][patch][FPEnv} Initialization of C++ globals not strictfp aware
Melanie Blower via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 19 06:41:09 PDT 2021
mibintc marked an inline comment as done.
mibintc added inline comments.
================
Comment at: clang/lib/Sema/SemaLambda.cpp:395
MethodNameLoc),
- MethodType, MethodTypeInfo, SC_None,
+ MethodType, MethodTypeInfo, SC_None, /*UsesFPIntrin*/ false,
/*isInline=*/true, ConstexprKind, EndLoc, TrailingRequiresClause);
----------------
aaron.ballman wrote:
> Should lambdas pick up the same fp constraints as the function defining the lambda?
I made it use the FP settings from Sema,
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102343/new/
https://reviews.llvm.org/D102343
More information about the cfe-commits
mailing list