mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-13 16:03:58 +00:00
R600/SI: Fix hardcoded register numbers in test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216944 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
96b466c066
commit
9c21df64a4
@ -57,7 +57,7 @@ define void @vector_or_i32(i32 addrspace(1)* %out, i32 addrspace(1)* %a, i32 %b)
|
||||
}
|
||||
|
||||
; SI-LABEL: @scalar_or_literal_i32
|
||||
; SI: S_OR_B32 s0, s0, 0x1869f
|
||||
; SI: S_OR_B32 s{{[0-9]+}}, s{{[0-9]+}}, 0x1869f
|
||||
define void @scalar_or_literal_i32(i32 addrspace(1)* %out, i32 %a) {
|
||||
%or = or i32 %a, 99999
|
||||
store i32 %or, i32 addrspace(1)* %out, align 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user