[llvm] [SelectionDAG] Remove UnsafeFPMath check in `visitFADDForFMACombine` (PR #127770)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jun 11 20:52:26 PDT 2025
    
    
  
================
@@ -1,4 +1,4 @@
-; RUN: llc -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -verify-machineinstrs -fp-contract=fast < %s | FileCheck %s
----------------
paperchalice wrote:
PowerPC is special, `PPCTargetLowering` depends on this options to set correct lowering action (for some sqrt operations).
https://github.com/llvm/llvm-project/pull/127770
    
    
More information about the llvm-commits
mailing list