[Lldb-commits] [clang] [flang] [libc] [libcxx] [lld] [lldb] [llvm] [mlir] [LV] Vectorize maxnum/minnum w/o fast-math flags. (PR #148239)
    Florian Hahn via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Jul 18 08:48:12 PDT 2025
    
    
  
================
@@ -103,6 +103,12 @@ struct VPlanTransforms {
   /// not valid.
   static bool adjustFixedOrderRecurrences(VPlan &Plan, VPBuilder &Builder);
 
+  /// Check if \p Plan contains any FMaxNumNoFMFs or FMinNumNoFMFs reductions.
----------------
fhahn wrote:
Updated thanks!
https://github.com/llvm/llvm-project/pull/148239
    
    
More information about the lldb-commits
mailing list