summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2015-04-08 01:09:19 +0000
committerTom Stellard <thomas.stellard@amd.com>2015-04-08 01:09:19 +0000
commit1f3416a63ddef8fee1411c3d15d3c036e50300c2 (patch)
treec69556e12a7723c528554eb9ee3957d7d61ac47c /llvm/test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll
parent0e6a26467324d31194899d4698f4a563645942ee (diff)
downloadbcm5719-llvm-1f3416a63ddef8fee1411c3d15d3c036e50300c2.tar.gz
bcm5719-llvm-1f3416a63ddef8fee1411c3d15d3c036e50300c2.zip
R600/SI: Don't print offset0/offset1 DS operands when they are 0
llvm-svn: 234379
Diffstat (limited to 'llvm/test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll')
-rw-r--r--llvm/test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll b/llvm/test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll
index c381fc4df1b..e7e13d6178c 100644
--- a/llvm/test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll
+++ b/llvm/test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll
@@ -18,7 +18,7 @@ declare void @llvm.AMDGPU.barrier.local() #1
; SI-DAG: v_add_i32_e32 [[VADDR0x100:v[0-9]+]], 0x100, [[VADDR]]
; SI-DAG: ds_read_b32 v{{[0-9]+}}, [[VADDR0x100]]
-; CI-DAG: ds_read2_b32 v{{\[[0-9]+:[0-9]+\]}}, [[VADDR]] offset0:0 offset1:1
+; CI-DAG: ds_read2_b32 v{{\[[0-9]+:[0-9]+\]}}, [[VADDR]] offset1:1
; CI-DAG: ds_read2_b32 v{{\[[0-9]+:[0-9]+\]}}, [[VADDR]] offset0:32 offset1:33
; CI-DAG: ds_read_b32 v{{[0-9]+}}, [[VADDR]] offset:256
; CHECK: s_endpgm
OpenPOWER on IntegriCloud