[PATCH] D91307: [AMDGPU] Remove dead stack objects

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 17:17:25 PST 2020


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp:499
+      MFI.RemoveStackObject((int)i + FirstIndex);
+  }
 }
----------------
Do we really need to compact these, or are we just not skipping these somewhere?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91307/new/

https://reviews.llvm.org/D91307



More information about the llvm-commits mailing list