[PATCH] D78827: Add support for #pragma clang fp reassociate(on|off) -- floating point control of associative math transformations
Melanie Blower via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 4 11:15:56 PDT 2020
mibintc marked 4 inline comments as done.
mibintc added inline comments.
================
Comment at: clang/include/clang/Basic/LangOptions.h:186
+ FPM_Fast
};
----------------
rjmccall wrote:
> I'm not sure I think this fusion was an improvement; the net effect was to remove a few lines from this header and make a bunch of switches unnecessarily non-exhaustive.
I dropped the on/off enumeration and just using boolean, where needed, to show the setting, do you like this better?
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