[PATCH] D132581: [LoopPassManager] Implement and use LoopNestAnalysis::run() instead of manually creating LoopNests
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 10:15:18 PDT 2022
aeubanks reopened this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
reverted
I think the issue is that the loop nest analysis is a loop analysis. If we already have the loop nest analysis cached, if there's an inner loop that gets modified (deleted in this case), the loop nest analysis on the outer-most loop is not invalidated. Perhaps the loop nest shouldn't be a loop analysis.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132581/new/
https://reviews.llvm.org/D132581
More information about the llvm-commits
mailing list