[llvm] [VPlan] Invert condition if needed when creating inner regions. (PR #132292)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 26 13:29:52 PDT 2025


================
@@ -55,6 +55,9 @@ bool VPlanTransforms::tryToConvertVPInstructionsToVPRecipes(
          make_early_inc_range(make_range(VPBB->begin(), EndIter))) {
 
       VPValue *VPV = Ingredient.getVPSingleValue();
----------------
fhahn wrote:

Can rename separately,  thanks

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


More information about the llvm-commits mailing list