[PATCH] D42600: [CodeGen][Shrink-wrap]split restore point
Sushant Gokhale via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 06:06:31 PDT 2023
sushgokh added inline comments.
================
Comment at: llvm/lib/CodeGen/ShrinkWrap.cpp:469
+
+static void rollbackRestoreSplit(MachineFunction &MF, MachineBasicBlock *NMBB,
+ MachineBasicBlock *MBB,
----------------
nickdesaulniers wrote:
> What's `NMBB`? Maybe a more descriptive identifier might be nice?
Will add a comment to indicate that NMBB is short for new restore point.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D42600/new/
https://reviews.llvm.org/D42600
More information about the llvm-commits
mailing list