mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
R600/SI: Fix weird CHECK-DAG usage
This prevents these from failing in a future commit. llvm-svn: 218356
This commit is contained in:
parent
661491af38
commit
8e8b4e247f
@ -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…
Reference in New Issue
Block a user