[PATCH] D147964: [VPlan] Introduce new entry block to VPlan for early SCEV expansion.
Zheng Qian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 12 07:25:00 PDT 2023
qianzhen added a comment.
In D147964#4336010 <https://reviews.llvm.org/D147964#4336010>, @fhahn wrote:
> Thanks for the reproducers. This was an issue with epilogue vectorization and I pushed a workaround for now: 3d4eed01338d <https://reviews.llvm.org/rG3d4eed01338d3b5f0bb5b2dbe41afc9d957d3cc6>. I'll work on migrating the code to generate induction resume values based on VPlan ASAP so we can remove the workaround.
Thanks @fhahn for the quick response!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147964/new/
https://reviews.llvm.org/D147964
More information about the llvm-commits
mailing list