mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 17:31:50 +00:00
fix checks: *_DAG -> *-DAG
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264676 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
31933c9126
commit
206cd3a64e
@ -69,7 +69,7 @@ define void @test_copy_v4i8_x4(<4 x i8> addrspace(1)* %out0, <4 x i8> addrspace(
|
||||
; SI-DAG: buffer_store_byte
|
||||
; SI-DAG: buffer_store_byte
|
||||
; SI-DAG: buffer_store_byte
|
||||
; SI_DAG: buffer_store_byte
|
||||
; SI-DAG: buffer_store_byte
|
||||
|
||||
; After scalarizing v4i8 loads is fixed.
|
||||
; XSI: buffer_load_dword
|
||||
@ -105,11 +105,11 @@ define void @test_copy_v4i8_extra_use(<4 x i8> addrspace(1)* %out0, <4 x i8> add
|
||||
; SI-DAG: buffer_store_byte
|
||||
; SI-DAG: buffer_store_byte
|
||||
; SI-DAG: buffer_store_byte
|
||||
; SI_DAG: buffer_store_byte
|
||||
; SI-DAG: buffer_store_byte
|
||||
; SI-DAG: buffer_store_byte
|
||||
; SI-DAG: buffer_store_byte
|
||||
; SI_DAG: buffer_store_byte
|
||||
; SI-DAG: buffer_store_byte
|
||||
; SI-DAG: buffer_store_byte
|
||||
|
||||
; XSI: buffer_load_dword
|
||||
; XSI: BFE
|
||||
|
@ -115,7 +115,7 @@ if.end:
|
||||
attributes #0 = { optsize }
|
||||
|
||||
; CHECK-CFG-DAG: BB#0
|
||||
; CHECK-CFG_DAG: t2Bcc <BB#2>
|
||||
; CHECK-CFG-DAG: t2Bcc <BB#2>
|
||||
; CHECK-CFG-DAG: t2B <BB#1>
|
||||
|
||||
; CHECK-CFG-DAG: BB#1
|
||||
|
Loading…
Reference in New Issue
Block a user