diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2015-07-16 19:40:09 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2015-07-16 19:40:09 +0000 |
commit | 78655fcfdc0ea2f3182f8f766637744f4b2489a3 (patch) | |
tree | 6a7d048315323ad77aa2921dbdde684950936d39 /llvm/test/CodeGen/AMDGPU/private-memory.ll | |
parent | c98ee20328cd44278c893861d3b5e414f6bff8e0 (diff) | |
download | bcm5719-llvm-78655fcfdc0ea2f3182f8f766637744f4b2489a3.tar.gz bcm5719-llvm-78655fcfdc0ea2f3182f8f766637744f4b2489a3.zip |
AMDPGU/SI: Negative offsets aren't allowed in MUBUF's vaddr operand
Reviewers: arsenm
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D11226
llvm-svn: 242434
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/private-memory.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/private-memory.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/private-memory.ll b/llvm/test/CodeGen/AMDGPU/private-memory.ll index 1c562978050..645dc04f442 100644 --- a/llvm/test/CodeGen/AMDGPU/private-memory.ll +++ b/llvm/test/CodeGen/AMDGPU/private-memory.ll @@ -298,7 +298,7 @@ entry: ; FUNC-LABEL: ptrtoint: ; SI-NOT: ds_write ; SI: buffer_store_dword v{{[0-9]+}}, v{{[0-9]+}}, s[{{[0-9]+:[0-9]+}}], s{{[0-9]+}} offen -; SI: buffer_load_dword v{{[0-9]+}}, v{{[0-9]+}}, s[{{[0-9]+:[0-9]+}}], s{{[0-9]+}} offen offset:5 +; SI: buffer_load_dword v{{[0-9]+}}, v{{[0-9]+}}, s[{{[0-9]+:[0-9]+}}], s{{[0-9]+}} offen ; define void @ptrtoint(i32 addrspace(1)* %out, i32 %a, i32 %b) { %alloca = alloca [16 x i32] %tmp0 = getelementptr [16 x i32], [16 x i32]* %alloca, i32 0, i32 %a |