[PATCH] D136786: Fix `unsafe-fp-math` attribute emission.

Zahira Ammarguellat via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 31 09:41:34 PDT 2022


zahiraam added inline comments.


================
Comment at: clang/lib/CodeGen/CodeGenFunction.cpp:181
+          FPFeatures.allowFPContractAcrossStatement());
 }
 
----------------
Shouldn't then this also check for FPFeatures.getFPContractMode() ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136786/new/

https://reviews.llvm.org/D136786



More information about the cfe-commits mailing list