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

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Fri May 10 13:38:41 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 \
----------------
MaskRay wrote:

Some folks prefer `git merge origin/main` while some just use `git rebase origin/main` and force push.

I am fine with either style, but someone really dislike force push (perhaps not for such a trivial change).

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


More information about the cfe-commits mailing list