[PATCH] D141487: [LoopUnroll] Directly update DT instead of DTU.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 08:35:08 PST 2023
fhahn added a comment.
Thanks for the revert + test case! The issue was that some Exiting blocks may not be added to ExitInfos if they have a non-branch terminator. I added an extra check for ExitInfo's size and recommitted the patch. A test case has been added in f92b35392ed8e4631 <https://reviews.llvm.org/rGf92b35392ed8e46311eeb9c4546246fe809a0aa6>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141487/new/
https://reviews.llvm.org/D141487
More information about the llvm-commits
mailing list