[llvm] [SelectionDAG] Remove UnsafeFPMath check in `visitFADDForFMACombine` (PR #127770)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 01:57:30 PST 2025


================
@@ -1,4 +1,4 @@
-; RUN: llc -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -verify-machineinstrs -fp-contract=fast < %s | FileCheck %s
----------------
arsenm wrote:

Can you drop the unsafe-fp-math attributes in these tests? 

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


More information about the llvm-commits mailing list