[llvm] [VPlan] Add VPIRBasicBlock, use to model pre-preheader. (PR #93398)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 11:27:22 PDT 2024
================
@@ -2837,6 +2837,10 @@ class VPBasicBlock : public VPBlockBase {
/// The VPRecipes held in the order of output instructions to generate.
RecipeListTy Recipes;
----------------
ayalz wrote:
Yeah, Recipes can be made protected, now that a subclass may want to access them.
https://github.com/llvm/llvm-project/pull/93398
More information about the llvm-commits
mailing list