[PATCH] D78827: Add support for #pragma clang fp reassoc(on|off) -- floating point control of associative math transformations
Melanie Blower via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 24 12:59:34 PDT 2020
mibintc marked an inline comment as done.
mibintc added a comment.
added an inline comment
================
Comment at: clang/include/clang/AST/Stmt.h:618
// Only meaningful for floating point types.
- unsigned FPFeatures : 8;
+ unsigned FPFeatures : 14;
};
----------------
This correction belongs in the parent revision, i will move it there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78827/new/
https://reviews.llvm.org/D78827
More information about the cfe-commits
mailing list