[clang] [Driver] Clean up fp-contract handling in clang driver (PR #91271)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Fri May 10 11:33:09 PDT 2024


================
@@ -238,3 +238,17 @@
 // RUN: %clang -### -fno-unsafe-math-optimizations -funsafe-math-optimizations \
 // RUN: -ffp-contract=off -c %s 2>&1 | FileCheck --check-prefix=CHECK-FPC-OFF %s
 
+// RUN: %clang -### -funsafe-math-optimizations -ffp-contract=off -c %s 2>&1 \
----------------
andykaylor wrote:

That introduces a merge conflict for this patch. Is there a way I can solve that without having to do a rebase and force push for this, which kills the ability to see what changed between updates? I guess with a small-ish patch like this that's not a big problem, but it's something I try to avoid in general.

https://github.com/llvm/llvm-project/pull/91271


More information about the cfe-commits mailing list