[PATCH] D70379: [AMDGPU] Reserving VGPR for future SGPR Spill
Saiyedul Islam via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 8 13:26:06 PDT 2020
saiislam updated this revision to Diff 262936.
saiislam marked an inline comment as not done.
saiislam added a comment.
Removed unsued frame index argument from vgpr reserving function. Added condition to reserve vgpr only if machine function has stack objects.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70379/new/
https://reviews.llvm.org/D70379
Files:
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
llvm/lib/Target/AMDGPU/SIRegisterInfo.h
llvm/test/CodeGen/AMDGPU/reserve-vgpr-for-sgpr-spill.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70379.262936.patch
Type: text/x-patch
Size: 13315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200508/5b347f52/attachment.bin>
More information about the llvm-commits
mailing list