[PATCH] D64596: [AMDGPU] Skip calculating callee saved registers for entry function.

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 14:17:18 PDT 2019


hliao marked an inline comment as done.
hliao added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIFrameLowering.cpp:1055-1057
 void SIFrameLowering::determineCalleeSavesSGPR(MachineFunction &MF,
                                                BitVector &SavedRegs,
                                                RegScavenger *RS) const {
----------------
arsenm wrote:
> SGPR version should also be skipped?
sure


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64596





More information about the llvm-commits mailing list