[PATCH] D149344: [SCEV] Replace IsAvailableOnEntry with block disposition
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 06:42:59 PDT 2023
nikic added a comment.
I think the problem here is that when we form LCSSA in SCEVExpander, we only add the phi nodes in the exits to the inserted instructions, but not the ones created by SSAUpdater.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149344/new/
https://reviews.llvm.org/D149344
More information about the llvm-commits
mailing list