[PATCH] D147964: [VPlan] Introduce new entry block to VPlan for early SCEV expansion.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 14:03:53 PDT 2023


fhahn marked an inline comment as done.
fhahn added a comment.

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.


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