[llvm] [CodeGen][ShrinkWrap] Clarify StackAddressUsedBlockInfo meaning (PR #80679)

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 04:47:25 PST 2024


================
@@ -948,6 +948,9 @@ bool ShrinkWrap::runOnMachineFunction(MachineFunction &MF) {
 
   bool Changed = false;
 
+  // Initially, conservatively assume that stack addresses can be used in each
+  // basic block and change the state only for those basic blocks for which we
+  // were able to prove the opposite.
----------------
qcolombet wrote:

That part looks good.

https://github.com/llvm/llvm-project/pull/80679


More information about the llvm-commits mailing list