]> granicus.if.org Git - llvm/commit
Merging r226584:
authorTom Stellard <thomas.stellard@amd.com>
Wed, 21 Jan 2015 22:44:45 +0000 (22:44 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 21 Jan 2015 22:44:45 +0000 (22:44 +0000)
commitb17ae4f14f483646cbe459d6d94f0661c12c15d7
treeedd9dd832a434e74fff1baf114a6b192e5d4a629
parent87f0cda801e3ba5119acae1ffbf0a55d458cda1d
Merging r226584:

------------------------------------------------------------------------
r226584 | thomas.stellard | 2015-01-20 12:49:43 -0500 (Tue, 20 Jan 2015) | 6 lines

R600/SI: Don't store scratch buffer frame index in MUBUF offset field

We don't have a good way of legalizing this if the frame index offset
is more than the 12-bits, which is size of MUBUF's offset field, so
now we store the frame index in the vaddr field.

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_36@226723 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelDAGToDAG.cpp
test/CodeGen/R600/scratch-buffer.ll [new file with mode: 0644]