[llvm] [LCSSA] Cache the loop exit blocks across recursive analysis (NFC) (PR #101087)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 13:56:13 PDT 2024
================
@@ -374,6 +391,8 @@ bool llvm::formLCSSA(Loop &L, const DominatorTree &DT, const LoopInfo *LI,
SmallVector<BasicBlock *, 8> ExitBlocks;
L.getExitBlocks(ExitBlocks);
----------------
teresajohnson wrote:
woops, I attempted to do that (the next 2 lines) but my modification was incomplete. Should be fixed now
https://github.com/llvm/llvm-project/pull/101087
More information about the llvm-commits
mailing list