[llvm] [LV] Make having flags (FMFs etc) not require inheriting VPSingleDefRecipe (PR #114972)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 13:41:27 PST 2024


================
@@ -1497,7 +1515,7 @@ class VPWidenEVLRecipe : public VPWidenRecipe {
   }
   VPWidenEVLRecipe(VPWidenRecipe &W, VPValue &EVL)
       : VPWidenEVLRecipe(*W.getUnderlyingInstr(), W.operands(), EVL) {
-    transferFlags(W);
----------------
fhahn wrote:

As VPWidenEVLRecipe inherits from VPIRFlags, would the original transfer calls still work?


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


More information about the llvm-commits mailing list