[llvm] [VPlan] Change parent of VPReductionRecipe to VPRecipeWithIRFlags. NFC (PR #130881)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 14 07:21:34 PDT 2025


================
@@ -788,6 +790,12 @@ class VPRecipeWithIRFlags : public VPSingleDefRecipe {
     }
   }
 
+  /// Set fast-math flags for this recipe.
+  void setFastMathFlags(FastMathFlags FMFs) {
+    assert(OpType == OperationType::FPMathOp);
----------------
fhahn wrote:

Please add a message to the assert

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


More information about the llvm-commits mailing list