[clang] Clean up denormal handling with -ffp-model, -ffast-math, etc. (PR #89477)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 26 12:25:56 PDT 2024
================
@@ -64,7 +64,8 @@
// RUN: %clang -### -ffp-model=strict -fdenormal-fp-math=preserve-sign,preserve-sign -c %s 2>&1 \
----------------
andykaylor wrote:
I didn't intend to change the logic of this test. The behavior here should be target-independent now.
https://github.com/llvm/llvm-project/pull/89477
More information about the cfe-commits
mailing list