[PATCH] D92132: [LV] Support widened induction variables in epilogue vectorization.
Venkataramanan Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 29 01:45:50 PDT 2022
venkataramanan.kumar.llvm added a comment.
Hi
I tried to build the patch on top of the latest trunk and facing this issue.
/home/amd/venkat/aocc-work/mirror/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:10505:24: error: ‘class llvm::VPWidenPointerInductionRecipe’ has no member named ‘getInductionDescriptor’
10505 | ID = &Ind->getInductionDescriptor();
| ^~~~~~~~~~~~~~~~~~~~~~
Any other patch I am missing to add other than this one and its parent ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92132/new/
https://reviews.llvm.org/D92132
More information about the llvm-commits
mailing list