[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


================
@@ -1179,6 +1143,56 @@ class VPRecipeWithIRFlags : public VPSingleDefRecipe {
 #endif
 };
 
+// Class to record LLVM IR flags for a single-def recipe along with it.
+class VPSingleDefRecipeWithIRFlags : public VPSingleDefRecipe,
----------------
fhahn wrote:

Keep the name VPRecipeWithIRFlags to reduce the initial diff?


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


More information about the llvm-commits mailing list