Skip to content

Commit f620a57

Browse files
committed
R600/SI: Fix broken check lines
llvm-svn: 217736
1 parent 05ce999 commit f620a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/R600/unaligned-load-store.ll

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ define void @store_lds_i64_align_4(i64 addrspace(3)* %out, i64 %val) #0 {
8080
}
8181

8282
; SI-LABEL: @store_lds_i64_align_4_with_offset
83-
; DS_WRITE_B32 v[{{[0-9]+}}], v[{{[0-9]+}}], v{{[0-9]}}, 0x9, 0x9
83+
; SI: DS_WRITE2_B32 v{{[0-9]+}}, v{{[0-9]+}}, v{{[0-9]+}}, 0x8, 0x9
8484
; SI: S_ENDPGM
8585
define void @store_lds_i64_align_4_with_offset(i64 addrspace(3)* %out) #0 {
8686
%ptr = getelementptr i64 addrspace(3)* %out, i32 4
@@ -90,7 +90,7 @@ define void @store_lds_i64_align_4_with_offset(i64 addrspace(3)* %out) #0 {
9090

9191
; SI-LABEL: @store_lds_i64_align_4_with_split_offset
9292
; The tests for the case where the lo offset is 8-bits, but the hi offset is 9-bits
93-
; DS_WRITE_B32 v[{{[0-9]+}}], v[{{[0-9]+}}], v{{[0-9]}}, 0x0, 0x1
93+
; SI: DS_WRITE2_B32 v{{[0-9]+}}, v{{[0-9]+}}, v{{[0-9]}}, 0x0, 0x1
9494
; SI: S_ENDPGM
9595
define void @store_lds_i64_align_4_with_split_offset(i64 addrspace(3)* %out) #0 {
9696
%ptr = bitcast i64 addrspace(3)* %out to i32 addrspace(3)*

0 commit comments

Comments
 (0)