michele.scandale added inline comments.
================ Comment at: clang/lib/CodeGen/CodeGenFunction.cpp:181 + FPFeatures.allowFPContractAcrossStatement()); } ---------------- zahiraam wrote: > Shouldn't then this also check for FPFeatures.getFPContractMode() ? This should be covered by `FPFeatures.allowFPContractAcrossStatement()` which is basically `getFPContractMode() == LangOptions::FPM_Fast`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D136786/new/ https://reviews.llvm.org/D136786 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits