[llvm] [VPlan] Manage noalias/alias_scope metadata in VPlan. (NFC) (PR #136450)
via llvm-commits
llvm-commits at lists.llvm.org
Sat May 3 10:42:16 PDT 2025
================
@@ -155,9 +159,10 @@ class VPRecipeBuilder {
const TargetTransformInfo *TTI,
LoopVectorizationLegality *Legal,
LoopVectorizationCostModel &CM,
- PredicatedScalarEvolution &PSE, VPBuilder &Builder)
+ PredicatedScalarEvolution &PSE, VPBuilder &Builder,
+ LoopVersioning *LVer = nullptr)
----------------
ayalz wrote:
nit: have the caller supply null to emphasize its lack of LVer which may imply lack of metadata?
```suggestion
LoopVersioning *LVer)
```
https://github.com/llvm/llvm-project/pull/136450
More information about the llvm-commits
mailing list