[PATCH] D128164: [LoopPeel] Forget SCEV for updated exit phi values.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 20 02:23:19 PDT 2022
nikic added a comment.
This looks reasonable to me -- only thing that's not entirely clear to me is why forgetTopmostLoop() doesn't end up doing this. The forgetLoop() implementation is very aggressive, and I would have expected that the use-def walk would reach the exit phis as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128164/new/
https://reviews.llvm.org/D128164
More information about the llvm-commits
mailing list