[clang] [clang] Set correct FPOptions if attribute 'optnone' presents (PR #85605)
Serge Pavlov via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 23 02:57:56 PDT 2024
spavloff wrote:
Thanks!
> Is there any existing bookkeeping we no longer need to do if we're going to have this RAII object in scope during function parsing?
It seems handling fast-math is the only case that prevented using this RAII object.
https://github.com/llvm/llvm-project/pull/85605
More information about the cfe-commits
mailing list