[llvm] [VPlan] Expand VPWidenPointerInductionRecipe into separate recipes (PR #148274)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 27 19:23:38 PDT 2025
================
@@ -873,7 +873,7 @@ struct VPRecipeWithIRFlags : public VPSingleDefRecipe, public VPIRFlags {
/// Helper to access the operand that contains the unroll part for this recipe
/// after unrolling.
template <unsigned PartOpIdx> class LLVM_ABI_FOR_TEST VPUnrollPartAccessor {
-protected:
+public:
----------------
lukel97 wrote:
Done in 5bf2d79235acd0b49c559f188406f7dc72a71151
https://github.com/llvm/llvm-project/pull/148274
More information about the llvm-commits
mailing list