[llvm] [VPlan] Invert condition if needed when creating inner regions. (PR #132292)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 25 14:03:14 PDT 2025
================
@@ -55,6 +55,9 @@ bool VPlanTransforms::tryToConvertVPInstructionsToVPRecipes(
make_early_inc_range(make_range(VPBB->begin(), EndIter))) {
VPValue *VPV = Ingredient.getVPSingleValue();
----------------
ayalz wrote:
Independent: using `Ingredient` as the name of a recipe? Which (now) may even be ingredient-less...
https://github.com/llvm/llvm-project/pull/132292
More information about the llvm-commits
mailing list