mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
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
This commit is contained in:
parent
9c0b2d08d3
commit
adf5141ecd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user