summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2014-03-19 22:19:45 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2014-03-19 22:19:45 +0000
commitadf5141ecd52e26e6bc8c0d7f5ed06490691dd88 (patch)
tree0a6cabab65db09e98edb1dc92fdf12b1eafc6dfa /test
parent9c0b2d08d31d5053e8894cf23d97d0134ce764ff (diff)
downloadllvm-adf5141ecd52e26e6bc8c0d7f5ed06490691dd88.tar.gz
llvm-adf5141ecd52e26e6bc8c0d7f5ed06490691dd88.tar.bz2
llvm-adf5141ecd52e26e6bc8c0d7f5ed06490691dd88.tar.xz
R600/SI: Fix test checking wrong instruction operand.
The source and destination happen to be the same register. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204271 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/R600/32-bit-local-address-space.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/32-bit-local-address-space.ll b/test/CodeGen/R600/32-bit-local-address-space.ll
index 362cc825df..8c31e01f53 100644
--- a/test/CodeGen/R600/32-bit-local-address-space.ll
+++ b/test/CodeGen/R600/32-bit-local-address-space.ll
@@ -34,7 +34,7 @@ entry:
; CHECK-LABEL: @local_address_gep_const_offset
; CHECK: S_ADD_I32 [[SPTR:s[0-9]]]
; CHECK: V_MOV_B32_e32 [[VPTR:v[0-9]+]], [[SPTR]]
-; CHECK: DS_READ_B32 [[VPTR]]
+; CHECK: DS_READ_B32 v{{[0-9]+}}, [[VPTR]]
define void @local_address_gep_const_offset(i32 addrspace(1)* %out, i32 addrspace(3)* %in) {
entry:
%0 = getelementptr i32 addrspace(3)* %in, i32 1