[PATCH] D27344: AMDGPU: Properly implement SIRegisterInfo::isFrameOffsetLegal and needsFrameBaseReg

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 05:12:27 PST 2016


nhaehnle updated this revision to Diff 80577.
nhaehnle marked 2 inline comments as done.
nhaehnle added a comment.

- Test case using alloca
- Unify getting the MUBUF instruction offset


https://reviews.llvm.org/D27344

Files:
  lib/Target/AMDGPU/SIRegisterInfo.cpp
  lib/Target/AMDGPU/SIRegisterInfo.h
  test/CodeGen/AMDGPU/amdgpu.private-memory.ll
  test/CodeGen/AMDGPU/captured-frame-index.ll
  test/CodeGen/AMDGPU/insert_vector_elt.ll
  test/CodeGen/AMDGPU/local-stack-slot-bug.ll
  test/CodeGen/AMDGPU/local-stack-slot-offset.ll
  test/CodeGen/AMDGPU/private-element-size.ll
  test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27344.80577.patch
Type: text/x-patch
Size: 30556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161207/1303296f/attachment.bin>


More information about the llvm-commits mailing list