[llvm] [LV] Make having flags (FMFs etc) not require inheriting VPSingleDefRecipe (PR #114972)
    Sam Tebbs via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Nov  6 01:46:11 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,
----------------
SamTebbs33 wrote:
I think the new name is more descriptive.
https://github.com/llvm/llvm-project/pull/114972
    
    
More information about the llvm-commits
mailing list