================
@@ -5723,6 +5728,17 @@ VPlanTransforms::expandSCEVs(VPlan &Plan,
ScalarEvolution &SE) {
DenseMap<const SCEV *, Value *> ExpandedSCEVs;
// Expand remaining VPExpandSCEVRecipes to IR instructions using
SCEVExpander.
for (VPRecipeBase &R : make_early_inc_range(*Entry)) {
+ if (auto *ExpStrides = dyn_cast<VPExpandStridePredicatesRecipe>(&R)) {
+ Value *Res = Expander.expandCodeForPredicate(
+ ExpStrides->getSCEVPredicate(), EntryBB->getTerminator());
----------------
eas wrote:
Thanks, done.
https://github.com/llvm/llvm-project/pull/182595
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits