[PATCH] D31361: AMDGPU: Select mubuf offsets when pointer is a constant

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 18:04:49 PDT 2017


arsenm created this revision.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, kzhuravl.

In call sequence setups, there may not be a frame index base
and the pointer is a constant offset from the frame
pointer / scratch wave offset register.


https://reviews.llvm.org/D31361

Files:
  lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  lib/Target/AMDGPU/BUFInstructions.td
  test/CodeGen/AMDGPU/mubuf-offset-private.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31361.93027.patch
Type: text/x-patch
Size: 15599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170325/ed764e69/attachment.bin>


More information about the llvm-commits mailing list