[PATCH] D42600: [CodeGen][Shrink-wrap]split restore point
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 7 09:53:48 PDT 2023
nickdesaulniers accepted this revision.
nickdesaulniers added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/CodeGen/ShrinkWrap.cpp:450
+///
+/// ReachableByDirty: All blocks reachable from block that has use or def of
+/// CSRs/FI to \p MBB. DirtyPreds: Predessors of \p MBB that are
----------------
`ReachableByDirty` was removed in the latest diff. Please clean up the comment block, too.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D42600/new/
https://reviews.llvm.org/D42600
More information about the llvm-commits
mailing list