[PATCH] D76884: [AMDGPU] Implement -amdgpu-spill-cfi-saved-regs
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 27 11:28:38 PDT 2020
scott.linder added a project: debug-info.
scott.linder marked an inline comment as done.
scott.linder added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIFrameLowering.cpp:1353
+ OSBlock << uint8_t(dwarf::DW_OP_bit_piece);
+ // FIXME:
+ const unsigned SGPRBitSize = 32;
----------------
arsenm wrote:
> FIXME what?
The hard-coded SGPR size, I meant to come back and actually check relative to the SGPR.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76884/new/
https://reviews.llvm.org/D76884
More information about the llvm-commits
mailing list