[PATCH] D154205: [MachineLICM] Handle subloops
JinGu Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 14 04:00:36 PDT 2023
jaykang10 added inline comments.
================
Comment at: llvm/lib/CodeGen/MachineLICM.cpp:135
// Exit blocks for CurLoop.
SmallVector<MachineBasicBlock *, 8> ExitBlocks;
----------------
dmgreen wrote:
> Will ExitBlocks be incorrect now?
Ah, that is good point!
They are out-most loop's ExitBlocks.
Let me fix it.
Thanks for checking it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154205/new/
https://reviews.llvm.org/D154205
More information about the llvm-commits
mailing list