[all-commits] [llvm/llvm-project] 876911: [VPlan] Add VPRecipeBase::getRegion helper (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Oct 18 13:26:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 876911902726fa36584fcae59ab0ddabe3e0c584
https://github.com/llvm/llvm-project/commit/876911902726fa36584fcae59ab0ddabe3e0c584
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-10-18 (Sat, 18 Oct 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.h
Log Message:
-----------
[VPlan] Add VPRecipeBase::getRegion helper (NFC).
Multiple places retrieve the region for a recipe. Add a helper to make
the code more compact and clearer.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list