[llvm] [VPlan] Manage noalias/alias_scope metadata in VPlan. (NFC) (PR #136450)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu May 8 03:15:21 PDT 2025
================
@@ -345,7 +349,7 @@ static VPRegionBlock *createReplicateRegion(VPReplicateRecipe *PredRecipe,
auto *RecipeWithoutMask = new VPReplicateRecipe(
PredRecipe->getUnderlyingInstr(),
make_range(PredRecipe->op_begin(), std::prev(PredRecipe->op_end())),
- PredRecipe->isUniform());
+ PredRecipe->isUniform(), /*Mask*/ nullptr, *PredRecipe);
----------------
fhahn wrote:
adjusted thanks
https://github.com/llvm/llvm-project/pull/136450
More information about the llvm-commits
mailing list