mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
R600/SI: Fix weird CHECK-DAG usage
This prevents these from failing in a future commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218356 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
81c6c9690a
commit
0bb38df86c
@ -6,9 +6,9 @@ declare double @llvm.AMDGPU.div.fixup.f64(double, double, double) nounwind readn
|
||||
; SI-LABEL: @test_div_fixup_f32:
|
||||
; SI-DAG: S_LOAD_DWORD [[SA:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xb
|
||||
; SI-DAG: S_LOAD_DWORD [[SC:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xd
|
||||
; SI-DAG: V_MOV_B32_e32 [[VC:v[0-9]+]], [[SC]]
|
||||
; SI-DAG: S_LOAD_DWORD [[SB:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xc
|
||||
; SI: V_MOV_B32_e32 [[VB:v[0-9]+]], [[SB]]
|
||||
; SI-DAG: V_MOV_B32_e32 [[VC:v[0-9]+]], [[SC]]
|
||||
; SI-DAG: V_MOV_B32_e32 [[VB:v[0-9]+]], [[SB]]
|
||||
; SI: V_DIV_FIXUP_F32 [[RESULT:v[0-9]+]], [[SA]], [[VB]], [[VC]]
|
||||
; SI: BUFFER_STORE_DWORD [[RESULT]],
|
||||
; SI: S_ENDPGM
|
||||
|
@ -6,9 +6,9 @@ declare double @llvm.AMDGPU.div.fmas.f64(double, double, double) nounwind readno
|
||||
; SI-LABEL: @test_div_fmas_f32:
|
||||
; SI-DAG: S_LOAD_DWORD [[SA:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xb
|
||||
; SI-DAG: S_LOAD_DWORD [[SC:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xd
|
||||
; SI-DAG: V_MOV_B32_e32 [[VC:v[0-9]+]], [[SC]]
|
||||
; SI-DAG: S_LOAD_DWORD [[SB:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xc
|
||||
; SI: V_MOV_B32_e32 [[VB:v[0-9]+]], [[SB]]
|
||||
; SI-DAG: V_MOV_B32_e32 [[VC:v[0-9]+]], [[SC]]
|
||||
; SI-DAG: V_MOV_B32_e32 [[VB:v[0-9]+]], [[SB]]
|
||||
; SI: V_DIV_FMAS_F32 [[RESULT:v[0-9]+]], [[SA]], [[VB]], [[VC]]
|
||||
; SI: BUFFER_STORE_DWORD [[RESULT]],
|
||||
; SI: S_ENDPGM
|
||||
|
Loading…
x
Reference in New Issue
Block a user