[PATCH] D89234: [AMDGPU] Avoid offset register in MUBUF for direct stack object accesses

Christudasan Devadasan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 23:34:22 PDT 2020


cdevadas updated this revision to Diff 299268.
cdevadas added a comment.

Used the FI directly in MI if available during ISel. Fixed an unhandled case during eliminateFrameIndex.
Also fixed the assertions to make sure the soffset field is relevant.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89234

Files:
  llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
  llvm/test/CodeGen/AMDGPU/call-argument-types.ll
  llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89234.299268.patch
Type: text/x-patch
Size: 5420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201020/5752c7e4/attachment.bin>


More information about the llvm-commits mailing list