2020-10-20 05:38:02 +08:00
|
|
|
# RUN: llc -march=amdgcn -mcpu=tahiti -run-pass post-RA-hazard-rec %s -o - | FileCheck %s -check-prefixes=GCN,SICI
|
|
|
|
# RUN: llc -march=amdgcn -mcpu=hawaii -run-pass post-RA-hazard-rec %s -o - | FileCheck %s -check-prefixes=GCN,CIVI,SICI
|
2016-10-28 07:05:31 +08:00
|
|
|
# RUN: llc -march=amdgcn -mcpu=fiji -run-pass post-RA-hazard-rec %s -o - | FileCheck %s -check-prefixes=GCN,CIVI,VI
|
2017-02-19 02:29:53 +08:00
|
|
|
# RUN: llc -march=amdgcn -mcpu=gfx900 -run-pass post-RA-hazard-rec %s -o - | FileCheck %s -check-prefixes=GCN,CIVI,VI,GFX9
|
2016-10-08 07:42:48 +08:00
|
|
|
|
2016-10-15 08:58:14 +08:00
|
|
|
--- |
|
2017-03-22 05:39:51 +08:00
|
|
|
define amdgpu_kernel void @div_fmas() { ret void }
|
|
|
|
define amdgpu_kernel void @s_getreg() { ret void }
|
|
|
|
define amdgpu_kernel void @s_setreg() { ret void }
|
|
|
|
define amdgpu_kernel void @vmem_gt_8dw_store() { ret void }
|
|
|
|
define amdgpu_kernel void @readwrite_lane() { ret void }
|
|
|
|
define amdgpu_kernel void @rfe() { ret void }
|
|
|
|
define amdgpu_kernel void @s_movrel() { ret void }
|
|
|
|
define amdgpu_kernel void @v_interp() { ret void }
|
2017-08-04 09:09:43 +08:00
|
|
|
define amdgpu_kernel void @dpp() { ret void }
|
2016-10-15 08:58:14 +08:00
|
|
|
...
|
|
|
|
---
|
2016-10-28 04:39:09 +08:00
|
|
|
# GCN-LABEL: name: div_fmas
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.0:
|
|
|
|
# GCN: S_MOV_B64
|
|
|
|
# GCN-NOT: S_NOP
|
|
|
|
# GCN: V_DIV_FMAS
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.1:
|
|
|
|
# GCN: V_CMP_EQ_I32
|
2020-10-20 05:38:02 +08:00
|
|
|
# GCN: S_NOP 3
|
2016-10-28 04:39:09 +08:00
|
|
|
# GCN: V_DIV_FMAS_F32
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.2:
|
|
|
|
# GCN: V_CMP_EQ_I32
|
2020-10-20 05:38:02 +08:00
|
|
|
# GCN: S_NOP 3
|
2016-10-28 04:39:09 +08:00
|
|
|
# GCN: V_DIV_FMAS_F32
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.3:
|
|
|
|
# GCN: V_DIV_SCALE_F32
|
2020-10-20 05:38:02 +08:00
|
|
|
# GCN: S_NOP 3
|
2016-10-28 04:39:09 +08:00
|
|
|
# GCN: V_DIV_FMAS_F32
|
2016-10-15 08:58:14 +08:00
|
|
|
name: div_fmas
|
2016-10-08 07:42:48 +08:00
|
|
|
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
$vcc = S_MOV_B64 0
|
2020-05-28 01:25:37 +08:00
|
|
|
$vgpr0 = V_DIV_FMAS_F32 0, $vgpr1, 0, $vgpr2, 0, $vgpr3, 0, 0, implicit $mode, implicit $vcc, implicit $exec
|
2016-10-08 07:42:48 +08:00
|
|
|
S_BRANCH %bb.1
|
|
|
|
|
|
|
|
bb.1:
|
2018-02-01 06:04:26 +08:00
|
|
|
implicit $vcc = V_CMP_EQ_I32_e32 $vgpr1, $vgpr2, implicit $exec
|
2020-05-28 01:25:37 +08:00
|
|
|
$vgpr0 = V_DIV_FMAS_F32 0, $vgpr1, 0, $vgpr2, 0, $vgpr3, 0, 0, implicit $mode, implicit $vcc, implicit $exec
|
2016-10-08 07:42:48 +08:00
|
|
|
S_BRANCH %bb.2
|
|
|
|
|
|
|
|
bb.2:
|
2018-02-01 06:04:26 +08:00
|
|
|
$vcc = V_CMP_EQ_I32_e64 $vgpr1, $vgpr2, implicit $exec
|
2020-05-28 01:25:37 +08:00
|
|
|
$vgpr0 = V_DIV_FMAS_F32 0, $vgpr1, 0, $vgpr2, 0, $vgpr3, 0, 0, implicit $mode, implicit $vcc, implicit $exec
|
2016-10-08 07:42:48 +08:00
|
|
|
S_BRANCH %bb.3
|
|
|
|
|
|
|
|
bb.3:
|
2020-10-27 20:29:11 +08:00
|
|
|
$vgpr4, $vcc = V_DIV_SCALE_F32 0, $vgpr1, 0, $vgpr1, 0, $vgpr3, 0, 0, implicit $mode, implicit $exec
|
2020-05-28 01:25:37 +08:00
|
|
|
$vgpr0 = V_DIV_FMAS_F32 0, $vgpr1, 0, $vgpr2, 0, $vgpr3, 0, 0, implicit $mode, implicit $vcc, implicit $exec
|
[AMDGPU] Add support for immediate operand for S_ENDPGM
Summary:
Add support for immediate operand in S_ENDPGM
Change-Id: I0c56a076a10980f719fb2a8f16407e9c301013f6
Reviewers: alexshap
Subscribers: qcolombet, arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, eraman, arphaman, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D59213
llvm-svn: 355902
2019-03-12 17:52:58 +08:00
|
|
|
S_ENDPGM 0
|
2016-10-15 08:58:14 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
|
|
|
|
...
|
|
|
|
---
|
2016-10-28 04:39:09 +08:00
|
|
|
# GCN-LABEL: name: s_getreg
|
2016-10-15 08:58:14 +08:00
|
|
|
|
2016-10-28 04:39:09 +08:00
|
|
|
# GCN-LABEL: bb.0:
|
|
|
|
# GCN: S_SETREG
|
2020-10-20 05:38:02 +08:00
|
|
|
# GCN: S_NOP 1
|
2016-10-28 04:39:09 +08:00
|
|
|
# GCN: S_GETREG
|
2016-10-15 08:58:14 +08:00
|
|
|
|
2016-10-28 04:39:09 +08:00
|
|
|
# GCN-LABEL: bb.1:
|
|
|
|
# GCN: S_SETREG_IMM32
|
2020-10-20 05:38:02 +08:00
|
|
|
# GCN: S_NOP 1
|
2016-10-28 04:39:09 +08:00
|
|
|
# GCN: S_GETREG
|
2016-10-15 08:58:14 +08:00
|
|
|
|
2016-10-28 04:39:09 +08:00
|
|
|
# GCN-LABEL: bb.2:
|
|
|
|
# GCN: S_SETREG
|
|
|
|
# GCN: S_NOP 0
|
|
|
|
# GCN: S_GETREG
|
2016-10-15 08:58:14 +08:00
|
|
|
|
2016-10-28 04:39:09 +08:00
|
|
|
# GCN-LABEL: bb.3:
|
|
|
|
# GCN: S_SETREG
|
|
|
|
# GCN-NEXT: S_GETREG
|
2016-10-15 08:58:14 +08:00
|
|
|
|
|
|
|
name: s_getreg
|
|
|
|
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2020-05-28 01:25:37 +08:00
|
|
|
S_SETREG_B32 $sgpr0, 1, implicit-def $mode, implicit $mode
|
|
|
|
$sgpr1 = S_GETREG_B32 1, implicit-def $mode, implicit $mode
|
2016-10-15 08:58:14 +08:00
|
|
|
S_BRANCH %bb.1
|
|
|
|
|
|
|
|
bb.1:
|
2020-05-28 01:25:37 +08:00
|
|
|
S_SETREG_IMM32_B32 0, 1, implicit-def $mode, implicit $mode
|
|
|
|
$sgpr1 = S_GETREG_B32 1, implicit-def $mode, implicit $mode
|
2016-10-15 08:58:14 +08:00
|
|
|
S_BRANCH %bb.2
|
|
|
|
|
|
|
|
bb.2:
|
2020-05-28 01:25:37 +08:00
|
|
|
S_SETREG_B32 $sgpr0, 1, implicit-def $mode, implicit $mode
|
2018-02-01 06:04:26 +08:00
|
|
|
$sgpr1 = S_MOV_B32 0
|
2020-05-28 01:25:37 +08:00
|
|
|
$sgpr2 = S_GETREG_B32 1, implicit-def $mode, implicit $mode
|
2016-10-15 08:58:14 +08:00
|
|
|
S_BRANCH %bb.3
|
|
|
|
|
|
|
|
bb.3:
|
2020-05-28 01:25:37 +08:00
|
|
|
S_SETREG_B32 $sgpr0, 0, implicit-def $mode, implicit $mode
|
|
|
|
$sgpr1 = S_GETREG_B32 1, implicit-def $mode, implicit $mode
|
[AMDGPU] Add support for immediate operand for S_ENDPGM
Summary:
Add support for immediate operand in S_ENDPGM
Change-Id: I0c56a076a10980f719fb2a8f16407e9c301013f6
Reviewers: alexshap
Subscribers: qcolombet, arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, eraman, arphaman, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D59213
llvm-svn: 355902
2019-03-12 17:52:58 +08:00
|
|
|
S_ENDPGM 0
|
2016-10-08 07:42:48 +08:00
|
|
|
...
|
2016-10-28 04:39:09 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
# GCN-LABEL: name: s_setreg
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.0:
|
|
|
|
# GCN: S_SETREG
|
2020-10-20 05:38:02 +08:00
|
|
|
# SICI: S_NOP 0
|
|
|
|
# VI: S_NOP 1
|
|
|
|
# GCN: S_SETREG
|
2016-10-28 04:39:09 +08:00
|
|
|
|
|
|
|
# GCN-LABEL: bb.1:
|
|
|
|
# GCN: S_SETREG
|
2020-10-20 05:38:02 +08:00
|
|
|
# SICI: S_NOP 0
|
|
|
|
# VI: S_NOP 1
|
|
|
|
# GCN: S_SETREG
|
2016-10-28 04:39:09 +08:00
|
|
|
|
|
|
|
# GCN-LABEL: bb.2:
|
|
|
|
# GCN: S_SETREG
|
|
|
|
# GCN-NEXT: S_SETREG
|
|
|
|
|
|
|
|
name: s_setreg
|
|
|
|
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2020-05-28 01:25:37 +08:00
|
|
|
S_SETREG_B32 $sgpr0, 1, implicit-def $mode, implicit $mode
|
|
|
|
S_SETREG_B32 $sgpr1, 1, implicit-def $mode, implicit $mode
|
2016-10-28 04:39:09 +08:00
|
|
|
S_BRANCH %bb.1
|
|
|
|
|
|
|
|
bb.1:
|
2020-05-28 01:25:37 +08:00
|
|
|
S_SETREG_B32 $sgpr0, 64, implicit-def $mode, implicit $mode
|
|
|
|
S_SETREG_B32 $sgpr1, 128, implicit-def $mode, implicit $mode
|
2016-10-28 04:39:09 +08:00
|
|
|
S_BRANCH %bb.2
|
|
|
|
|
|
|
|
bb.2:
|
2020-05-28 01:25:37 +08:00
|
|
|
S_SETREG_B32 $sgpr0, 1, implicit-def $mode, implicit $mode
|
|
|
|
S_SETREG_B32 $sgpr1, 0, implicit-def $mode, implicit $mode
|
[AMDGPU] Add support for immediate operand for S_ENDPGM
Summary:
Add support for immediate operand in S_ENDPGM
Change-Id: I0c56a076a10980f719fb2a8f16407e9c301013f6
Reviewers: alexshap
Subscribers: qcolombet, arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, eraman, arphaman, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D59213
llvm-svn: 355902
2019-03-12 17:52:58 +08:00
|
|
|
S_ENDPGM 0
|
2016-10-28 04:39:09 +08:00
|
|
|
...
|
2016-10-28 07:05:31 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
# GCN-LABEL: name: vmem_gt_8dw_store
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.0:
|
|
|
|
# GCN: BUFFER_STORE_DWORD_OFFSET
|
|
|
|
# GCN-NEXT: V_MOV_B32
|
|
|
|
# GCN: BUFFER_STORE_DWORDX3_OFFSET
|
|
|
|
# CIVI: S_NOP
|
|
|
|
# GCN-NEXT: V_MOV_B32
|
|
|
|
# GCN: BUFFER_STORE_DWORDX4_OFFSET
|
|
|
|
# GCN-NEXT: V_MOV_B32
|
|
|
|
# GCN: BUFFER_STORE_DWORDX4_OFFSET
|
|
|
|
# CIVI: S_NOP
|
|
|
|
# GCN-NEXT: V_MOV_B32
|
|
|
|
# GCN: BUFFER_STORE_FORMAT_XYZ_OFFSET
|
|
|
|
# CIVI: S_NOP
|
|
|
|
# GCN-NEXT: V_MOV_B32
|
|
|
|
# GCN: BUFFER_STORE_FORMAT_XYZW_OFFSET
|
|
|
|
# CIVI: S_NOP
|
|
|
|
# GCN-NEXT: V_MOV_B32
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.1:
|
|
|
|
# GCN: FLAT_STORE_DWORDX2
|
|
|
|
# GCN-NEXT: V_MOV_B32
|
|
|
|
# GCN: FLAT_STORE_DWORDX3
|
|
|
|
# CIVI: S_NOP
|
|
|
|
# GCN-NEXT: V_MOV_B32
|
|
|
|
# GCN: FLAT_STORE_DWORDX4
|
|
|
|
# CIVI: S_NOP
|
|
|
|
# GCN-NEXT: V_MOV_B32
|
|
|
|
# GCN: FLAT_ATOMIC_CMPSWAP_X2
|
|
|
|
# CIVI: S_NOP
|
|
|
|
# GCN-NEXT: V_MOV_B32
|
|
|
|
# GCN: FLAT_ATOMIC_FCMPSWAP_X2
|
|
|
|
# CIVI: S_NOP
|
|
|
|
# GCN: V_MOV_B32
|
|
|
|
|
|
|
|
name: vmem_gt_8dw_store
|
|
|
|
|
|
|
|
body: |
|
|
|
|
bb.0:
|
[AMDGPU] Extend buffer intrinsics with swizzling
Summary:
Extend cachepolicy operand in the new VMEM buffer intrinsics
to supply information whether the buffer data is swizzled.
Also, propagate this information to MIR.
Intrinsics updated:
int_amdgcn_raw_buffer_load
int_amdgcn_raw_buffer_load_format
int_amdgcn_raw_buffer_store
int_amdgcn_raw_buffer_store_format
int_amdgcn_raw_tbuffer_load
int_amdgcn_raw_tbuffer_store
int_amdgcn_struct_buffer_load
int_amdgcn_struct_buffer_load_format
int_amdgcn_struct_buffer_store
int_amdgcn_struct_buffer_store_format
int_amdgcn_struct_tbuffer_load
int_amdgcn_struct_tbuffer_store
Furthermore, disable merging of VMEM buffer instructions
in SI Load/Store optimizer, if the "swizzled" bit on the instruction
is on.
The default value of the bit is 0, meaning that data in buffer
is linear and buffer instructions can be merged.
There is no difference in the generated code with this commit.
However, in the future it will be expected that front-ends
use buffer intrinsics with correct "swizzled" bit set.
Reviewers: arsenm, nhaehnle, tpr
Reviewed By: nhaehnle
Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, arphaman, jfb, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D68200
llvm-svn: 373491
2019-10-03 01:22:36 +08:00
|
|
|
BUFFER_STORE_DWORD_OFFSET $vgpr3, $sgpr0_sgpr1_sgpr2_sgpr3, $sgpr4, 0, 0, 0, 0, 0, 0, implicit $exec
|
2018-02-01 06:04:26 +08:00
|
|
|
$vgpr3 = V_MOV_B32_e32 0, implicit $exec
|
[AMDGPU] Extend buffer intrinsics with swizzling
Summary:
Extend cachepolicy operand in the new VMEM buffer intrinsics
to supply information whether the buffer data is swizzled.
Also, propagate this information to MIR.
Intrinsics updated:
int_amdgcn_raw_buffer_load
int_amdgcn_raw_buffer_load_format
int_amdgcn_raw_buffer_store
int_amdgcn_raw_buffer_store_format
int_amdgcn_raw_tbuffer_load
int_amdgcn_raw_tbuffer_store
int_amdgcn_struct_buffer_load
int_amdgcn_struct_buffer_load_format
int_amdgcn_struct_buffer_store
int_amdgcn_struct_buffer_store_format
int_amdgcn_struct_tbuffer_load
int_amdgcn_struct_tbuffer_store
Furthermore, disable merging of VMEM buffer instructions
in SI Load/Store optimizer, if the "swizzled" bit on the instruction
is on.
The default value of the bit is 0, meaning that data in buffer
is linear and buffer instructions can be merged.
There is no difference in the generated code with this commit.
However, in the future it will be expected that front-ends
use buffer intrinsics with correct "swizzled" bit set.
Reviewers: arsenm, nhaehnle, tpr
Reviewed By: nhaehnle
Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, arphaman, jfb, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D68200
llvm-svn: 373491
2019-10-03 01:22:36 +08:00
|
|
|
BUFFER_STORE_DWORDX3_OFFSET $vgpr2_vgpr3_vgpr4, $sgpr0_sgpr1_sgpr2_sgpr3, 0, 0, 0, 0, 0, 0, 0, implicit $exec
|
2018-02-01 06:04:26 +08:00
|
|
|
$vgpr3 = V_MOV_B32_e32 0, implicit $exec
|
[AMDGPU] Extend buffer intrinsics with swizzling
Summary:
Extend cachepolicy operand in the new VMEM buffer intrinsics
to supply information whether the buffer data is swizzled.
Also, propagate this information to MIR.
Intrinsics updated:
int_amdgcn_raw_buffer_load
int_amdgcn_raw_buffer_load_format
int_amdgcn_raw_buffer_store
int_amdgcn_raw_buffer_store_format
int_amdgcn_raw_tbuffer_load
int_amdgcn_raw_tbuffer_store
int_amdgcn_struct_buffer_load
int_amdgcn_struct_buffer_load_format
int_amdgcn_struct_buffer_store
int_amdgcn_struct_buffer_store_format
int_amdgcn_struct_tbuffer_load
int_amdgcn_struct_tbuffer_store
Furthermore, disable merging of VMEM buffer instructions
in SI Load/Store optimizer, if the "swizzled" bit on the instruction
is on.
The default value of the bit is 0, meaning that data in buffer
is linear and buffer instructions can be merged.
There is no difference in the generated code with this commit.
However, in the future it will be expected that front-ends
use buffer intrinsics with correct "swizzled" bit set.
Reviewers: arsenm, nhaehnle, tpr
Reviewed By: nhaehnle
Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, arphaman, jfb, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D68200
llvm-svn: 373491
2019-10-03 01:22:36 +08:00
|
|
|
BUFFER_STORE_DWORDX4_OFFSET $vgpr2_vgpr3_vgpr4_vgpr5, $sgpr0_sgpr1_sgpr2_sgpr3, $sgpr4, 0, 0, 0, 0, 0, 0, implicit $exec
|
2018-02-01 06:04:26 +08:00
|
|
|
$vgpr3 = V_MOV_B32_e32 0, implicit $exec
|
[AMDGPU] Extend buffer intrinsics with swizzling
Summary:
Extend cachepolicy operand in the new VMEM buffer intrinsics
to supply information whether the buffer data is swizzled.
Also, propagate this information to MIR.
Intrinsics updated:
int_amdgcn_raw_buffer_load
int_amdgcn_raw_buffer_load_format
int_amdgcn_raw_buffer_store
int_amdgcn_raw_buffer_store_format
int_amdgcn_raw_tbuffer_load
int_amdgcn_raw_tbuffer_store
int_amdgcn_struct_buffer_load
int_amdgcn_struct_buffer_load_format
int_amdgcn_struct_buffer_store
int_amdgcn_struct_buffer_store_format
int_amdgcn_struct_tbuffer_load
int_amdgcn_struct_tbuffer_store
Furthermore, disable merging of VMEM buffer instructions
in SI Load/Store optimizer, if the "swizzled" bit on the instruction
is on.
The default value of the bit is 0, meaning that data in buffer
is linear and buffer instructions can be merged.
There is no difference in the generated code with this commit.
However, in the future it will be expected that front-ends
use buffer intrinsics with correct "swizzled" bit set.
Reviewers: arsenm, nhaehnle, tpr
Reviewed By: nhaehnle
Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, arphaman, jfb, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D68200
llvm-svn: 373491
2019-10-03 01:22:36 +08:00
|
|
|
BUFFER_STORE_DWORDX4_OFFSET $vgpr2_vgpr3_vgpr4_vgpr5, $sgpr0_sgpr1_sgpr2_sgpr3, 0, 0, 0, 0, 0, 0, 0, implicit $exec
|
2018-02-01 06:04:26 +08:00
|
|
|
$vgpr3 = V_MOV_B32_e32 0, implicit $exec
|
[AMDGPU] Extend buffer intrinsics with swizzling
Summary:
Extend cachepolicy operand in the new VMEM buffer intrinsics
to supply information whether the buffer data is swizzled.
Also, propagate this information to MIR.
Intrinsics updated:
int_amdgcn_raw_buffer_load
int_amdgcn_raw_buffer_load_format
int_amdgcn_raw_buffer_store
int_amdgcn_raw_buffer_store_format
int_amdgcn_raw_tbuffer_load
int_amdgcn_raw_tbuffer_store
int_amdgcn_struct_buffer_load
int_amdgcn_struct_buffer_load_format
int_amdgcn_struct_buffer_store
int_amdgcn_struct_buffer_store_format
int_amdgcn_struct_tbuffer_load
int_amdgcn_struct_tbuffer_store
Furthermore, disable merging of VMEM buffer instructions
in SI Load/Store optimizer, if the "swizzled" bit on the instruction
is on.
The default value of the bit is 0, meaning that data in buffer
is linear and buffer instructions can be merged.
There is no difference in the generated code with this commit.
However, in the future it will be expected that front-ends
use buffer intrinsics with correct "swizzled" bit set.
Reviewers: arsenm, nhaehnle, tpr
Reviewed By: nhaehnle
Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, arphaman, jfb, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D68200
llvm-svn: 373491
2019-10-03 01:22:36 +08:00
|
|
|
BUFFER_STORE_FORMAT_XYZ_OFFSET $vgpr2_vgpr3_vgpr4, $sgpr0_sgpr1_sgpr2_sgpr3, 0, 0, 0, 0, 0, 0, 0, implicit $exec
|
2018-02-01 06:04:26 +08:00
|
|
|
$vgpr3 = V_MOV_B32_e32 0, implicit $exec
|
[AMDGPU] Extend buffer intrinsics with swizzling
Summary:
Extend cachepolicy operand in the new VMEM buffer intrinsics
to supply information whether the buffer data is swizzled.
Also, propagate this information to MIR.
Intrinsics updated:
int_amdgcn_raw_buffer_load
int_amdgcn_raw_buffer_load_format
int_amdgcn_raw_buffer_store
int_amdgcn_raw_buffer_store_format
int_amdgcn_raw_tbuffer_load
int_amdgcn_raw_tbuffer_store
int_amdgcn_struct_buffer_load
int_amdgcn_struct_buffer_load_format
int_amdgcn_struct_buffer_store
int_amdgcn_struct_buffer_store_format
int_amdgcn_struct_tbuffer_load
int_amdgcn_struct_tbuffer_store
Furthermore, disable merging of VMEM buffer instructions
in SI Load/Store optimizer, if the "swizzled" bit on the instruction
is on.
The default value of the bit is 0, meaning that data in buffer
is linear and buffer instructions can be merged.
There is no difference in the generated code with this commit.
However, in the future it will be expected that front-ends
use buffer intrinsics with correct "swizzled" bit set.
Reviewers: arsenm, nhaehnle, tpr
Reviewed By: nhaehnle
Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, arphaman, jfb, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D68200
llvm-svn: 373491
2019-10-03 01:22:36 +08:00
|
|
|
BUFFER_STORE_FORMAT_XYZW_OFFSET $vgpr2_vgpr3_vgpr4_vgpr5, $sgpr0_sgpr1_sgpr2_sgpr3, 0, 0, 0, 0, 0, 0, 0, implicit $exec
|
2018-02-01 06:04:26 +08:00
|
|
|
$vgpr3 = V_MOV_B32_e32 0, implicit $exec
|
|
|
|
BUFFER_ATOMIC_CMPSWAP_X2_OFFSET $vgpr2_vgpr3_vgpr4_vgpr5, $sgpr0_sgpr1_sgpr2_sgpr3, 0, 0, 0, implicit $exec
|
|
|
|
$vgpr3 = V_MOV_B32_e32 0, implicit $exec
|
2016-10-28 07:05:31 +08:00
|
|
|
S_BRANCH %bb.1
|
|
|
|
|
|
|
|
bb.1:
|
2019-05-01 06:08:23 +08:00
|
|
|
FLAT_STORE_DWORDX2 $vgpr0_vgpr1, $vgpr2_vgpr3, 0, 0, 0, 0, implicit $exec, implicit $flat_scr
|
2018-02-01 06:04:26 +08:00
|
|
|
$vgpr3 = V_MOV_B32_e32 0, implicit $exec
|
2019-05-01 06:08:23 +08:00
|
|
|
FLAT_STORE_DWORDX3 $vgpr0_vgpr1, $vgpr2_vgpr3_vgpr4, 0, 0, 0, 0, implicit $exec, implicit $flat_scr
|
2018-02-01 06:04:26 +08:00
|
|
|
$vgpr3 = V_MOV_B32_e32 0, implicit $exec
|
2019-05-01 06:08:23 +08:00
|
|
|
FLAT_STORE_DWORDX4 $vgpr0_vgpr1, $vgpr2_vgpr3_vgpr4_vgpr5, 0, 0, 0, 0, implicit $exec, implicit $flat_scr
|
2018-02-01 06:04:26 +08:00
|
|
|
$vgpr3 = V_MOV_B32_e32 0, implicit $exec
|
|
|
|
FLAT_ATOMIC_CMPSWAP_X2 $vgpr0_vgpr1, $vgpr2_vgpr3_vgpr4_vgpr5, 0, 0, implicit $exec, implicit $flat_scr
|
|
|
|
$vgpr3 = V_MOV_B32_e32 0, implicit $exec
|
|
|
|
FLAT_ATOMIC_FCMPSWAP_X2 $vgpr0_vgpr1, $vgpr2_vgpr3_vgpr4_vgpr5, 0, 0, implicit $exec, implicit $flat_scr
|
|
|
|
$vgpr3 = V_MOV_B32_e32 0, implicit $exec
|
[AMDGPU] Add support for immediate operand for S_ENDPGM
Summary:
Add support for immediate operand in S_ENDPGM
Change-Id: I0c56a076a10980f719fb2a8f16407e9c301013f6
Reviewers: alexshap
Subscribers: qcolombet, arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, eraman, arphaman, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D59213
llvm-svn: 355902
2019-03-12 17:52:58 +08:00
|
|
|
S_ENDPGM 0
|
2016-10-28 07:05:31 +08:00
|
|
|
|
|
|
|
...
|
2016-10-28 07:42:29 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
|
|
|
|
# GCN-LABEL: name: readwrite_lane
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.0:
|
2020-07-14 21:18:36 +08:00
|
|
|
# GCN: V_ADD_CO_U32
|
2020-10-20 05:38:02 +08:00
|
|
|
# GCN: S_NOP 3
|
2016-10-28 07:42:29 +08:00
|
|
|
# GCN: V_READLANE_B32
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.1:
|
2020-07-14 21:18:36 +08:00
|
|
|
# GCN: V_ADD_CO_U32
|
2020-10-20 05:38:02 +08:00
|
|
|
# GCN: S_NOP 3
|
2016-10-28 07:42:29 +08:00
|
|
|
# GCN: V_WRITELANE_B32
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.2:
|
2020-07-14 21:18:36 +08:00
|
|
|
# GCN: V_ADD_CO_U32
|
2020-10-20 05:38:02 +08:00
|
|
|
# GCN: S_NOP 3
|
2016-10-28 07:42:29 +08:00
|
|
|
# GCN: V_READLANE_B32
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.3:
|
2020-07-14 21:18:36 +08:00
|
|
|
# GCN: V_ADD_CO_U32
|
2020-10-20 05:38:02 +08:00
|
|
|
# GCN: S_NOP 3
|
2016-10-28 07:42:29 +08:00
|
|
|
# GCN: V_WRITELANE_B32
|
|
|
|
|
|
|
|
name: readwrite_lane
|
|
|
|
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2020-07-14 21:18:36 +08:00
|
|
|
$vgpr0,$sgpr0_sgpr1 = V_ADD_CO_U32_e64 $vgpr1, $vgpr2, implicit $vcc, 0, implicit $exec
|
2018-02-01 06:04:26 +08:00
|
|
|
$sgpr4 = V_READLANE_B32 $vgpr4, $sgpr0
|
2016-10-28 07:42:29 +08:00
|
|
|
S_BRANCH %bb.1
|
|
|
|
|
|
|
|
bb.1:
|
2020-07-14 21:18:36 +08:00
|
|
|
$vgpr0,$sgpr0_sgpr1 = V_ADD_CO_U32_e64 $vgpr1, $vgpr2, implicit $vcc, 0, implicit $exec
|
2018-03-01 03:10:32 +08:00
|
|
|
$vgpr4 = V_WRITELANE_B32 $sgpr0, $sgpr0, $vgpr4
|
2016-10-28 07:42:29 +08:00
|
|
|
S_BRANCH %bb.2
|
|
|
|
|
|
|
|
bb.2:
|
2020-07-14 21:18:36 +08:00
|
|
|
$vgpr0,implicit $vcc = V_ADD_CO_U32_e32 $vgpr1, $vgpr2, implicit $vcc, implicit $exec
|
2018-02-01 06:04:26 +08:00
|
|
|
$sgpr4 = V_READLANE_B32 $vgpr4, $vcc_lo
|
2016-10-28 07:42:29 +08:00
|
|
|
S_BRANCH %bb.3
|
|
|
|
|
|
|
|
bb.3:
|
[AMDGPU] Fix-up cases where writelane has 2 SGPR operands
Summary:
Even though writelane doesn't have the same constraints as other valu
instructions it still can't violate the >1 SGPR operand constraint
Due to later register propagation (e.g. fixing up vgpr operands via
readfirstlane) changing writelane to only have a single SGPR is tricky.
This implementation puts a new check after SIFixSGPRCopies that prevents
multiple SGPRs being used in any writelane instructions.
The algorithm used is to check for trivial copy prop of suitable constants into
one of the SGPR operands and perform that if possible. If this isn't possible
put an explicit copy of Src1 SGPR into M0 and use that instead (this is
allowable for writelane as the constraint is for SGPR read-port and not
constant-bus access).
Reviewers: rampitec, tpr, arsenm, nhaehnle
Reviewed By: rampitec, arsenm, nhaehnle
Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, mgorny, yaxunl, tpr, t-tye, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D51932
Change-Id: Ic7553fa57440f208d4dbc4794fc24345d7e0e9ea
llvm-svn: 375004
2019-10-16 22:37:39 +08:00
|
|
|
$m0 = S_MOV_B32 $sgpr4
|
2020-07-14 21:18:36 +08:00
|
|
|
$vgpr0,implicit $vcc = V_ADD_CO_U32_e32 $vgpr1, $vgpr2, implicit $vcc, implicit $exec
|
[AMDGPU] Fix-up cases where writelane has 2 SGPR operands
Summary:
Even though writelane doesn't have the same constraints as other valu
instructions it still can't violate the >1 SGPR operand constraint
Due to later register propagation (e.g. fixing up vgpr operands via
readfirstlane) changing writelane to only have a single SGPR is tricky.
This implementation puts a new check after SIFixSGPRCopies that prevents
multiple SGPRs being used in any writelane instructions.
The algorithm used is to check for trivial copy prop of suitable constants into
one of the SGPR operands and perform that if possible. If this isn't possible
put an explicit copy of Src1 SGPR into M0 and use that instead (this is
allowable for writelane as the constraint is for SGPR read-port and not
constant-bus access).
Reviewers: rampitec, tpr, arsenm, nhaehnle
Reviewed By: rampitec, arsenm, nhaehnle
Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, mgorny, yaxunl, tpr, t-tye, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D51932
Change-Id: Ic7553fa57440f208d4dbc4794fc24345d7e0e9ea
llvm-svn: 375004
2019-10-16 22:37:39 +08:00
|
|
|
$vgpr4 = V_WRITELANE_B32 $m0, $vcc_lo, $vgpr4
|
[AMDGPU] Add support for immediate operand for S_ENDPGM
Summary:
Add support for immediate operand in S_ENDPGM
Change-Id: I0c56a076a10980f719fb2a8f16407e9c301013f6
Reviewers: alexshap
Subscribers: qcolombet, arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, eraman, arphaman, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D59213
llvm-svn: 355902
2019-03-12 17:52:58 +08:00
|
|
|
S_ENDPGM 0
|
2016-10-28 07:42:29 +08:00
|
|
|
|
|
|
|
...
|
2016-10-28 07:50:21 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
|
|
|
|
# GCN-LABEL: name: rfe
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.0:
|
|
|
|
# GCN: S_SETREG
|
|
|
|
# VI: S_NOP
|
|
|
|
# GCN-NEXT: S_RFE_B64
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.1:
|
|
|
|
# GCN: S_SETREG
|
|
|
|
# GCN-NEXT: S_RFE_B64
|
|
|
|
|
|
|
|
name: rfe
|
|
|
|
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2020-05-28 01:25:37 +08:00
|
|
|
S_SETREG_B32 $sgpr0, 3, implicit-def $mode, implicit $mode
|
2018-02-01 06:04:26 +08:00
|
|
|
S_RFE_B64 $sgpr2_sgpr3
|
2016-10-28 07:50:21 +08:00
|
|
|
S_BRANCH %bb.1
|
|
|
|
|
|
|
|
bb.1:
|
2020-05-28 01:25:37 +08:00
|
|
|
S_SETREG_B32 $sgpr0, 0, implicit-def $mode, implicit $mode
|
2018-02-01 06:04:26 +08:00
|
|
|
S_RFE_B64 $sgpr2_sgpr3
|
[AMDGPU] Add support for immediate operand for S_ENDPGM
Summary:
Add support for immediate operand in S_ENDPGM
Change-Id: I0c56a076a10980f719fb2a8f16407e9c301013f6
Reviewers: alexshap
Subscribers: qcolombet, arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, eraman, arphaman, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D59213
llvm-svn: 355902
2019-03-12 17:52:58 +08:00
|
|
|
S_ENDPGM 0
|
2016-10-28 07:50:21 +08:00
|
|
|
|
|
|
|
...
|
2017-02-19 02:29:53 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
|
|
|
|
# GCN-LABEL: name: s_movrel
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.0:
|
|
|
|
# GCN: S_MOV_B32
|
|
|
|
# GFX9: S_NOP
|
|
|
|
# GCN-NEXT: S_MOVRELS_B32
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.1:
|
|
|
|
# GCN: S_MOV_B32
|
|
|
|
# GFX9: S_NOP
|
|
|
|
# GCN-NEXT: S_MOVRELS_B64
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.2:
|
|
|
|
# GCN: S_MOV_B32
|
|
|
|
# GFX9: S_NOP
|
|
|
|
# GCN-NEXT: S_MOVRELD_B32
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.3:
|
|
|
|
# GCN: S_MOV_B32
|
|
|
|
# GFX9: S_NOP
|
|
|
|
# GCN-NEXT: S_MOVRELD_B64
|
|
|
|
|
|
|
|
name: s_movrel
|
|
|
|
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
$m0 = S_MOV_B32 0
|
|
|
|
$sgpr0 = S_MOVRELS_B32 $sgpr0, implicit $m0
|
2017-02-19 02:29:53 +08:00
|
|
|
S_BRANCH %bb.1
|
|
|
|
|
|
|
|
bb.1:
|
2018-02-01 06:04:26 +08:00
|
|
|
$m0 = S_MOV_B32 0
|
|
|
|
$sgpr0_sgpr1 = S_MOVRELS_B64 $sgpr0_sgpr1, implicit $m0
|
2017-02-19 02:29:53 +08:00
|
|
|
S_BRANCH %bb.2
|
|
|
|
|
|
|
|
bb.2:
|
2018-02-01 06:04:26 +08:00
|
|
|
$m0 = S_MOV_B32 0
|
2020-01-04 07:15:52 +08:00
|
|
|
S_MOVRELD_B32 $sgpr0, $sgpr0, implicit $m0
|
2017-02-19 02:29:53 +08:00
|
|
|
S_BRANCH %bb.3
|
|
|
|
|
|
|
|
bb.3:
|
2018-02-01 06:04:26 +08:00
|
|
|
$m0 = S_MOV_B32 0
|
2020-01-04 07:15:52 +08:00
|
|
|
S_MOVRELD_B64 $sgpr0_sgpr1, $sgpr0_sgpr1, implicit $m0
|
[AMDGPU] Add support for immediate operand for S_ENDPGM
Summary:
Add support for immediate operand in S_ENDPGM
Change-Id: I0c56a076a10980f719fb2a8f16407e9c301013f6
Reviewers: alexshap
Subscribers: qcolombet, arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, eraman, arphaman, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D59213
llvm-svn: 355902
2019-03-12 17:52:58 +08:00
|
|
|
S_ENDPGM 0
|
2017-02-19 02:29:53 +08:00
|
|
|
...
|
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
|
|
|
|
# GCN-LABEL: name: v_interp
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.0:
|
|
|
|
# GCN: S_MOV_B32
|
2017-11-18 05:35:32 +08:00
|
|
|
# GFX9-NEXT: S_NOP
|
2017-02-19 02:29:53 +08:00
|
|
|
# GCN-NEXT: V_INTERP_P1_F32
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.1:
|
|
|
|
# GCN: S_MOV_B32
|
2017-11-18 05:35:32 +08:00
|
|
|
# GFX9-NEXT: S_NOP
|
2017-02-19 02:29:53 +08:00
|
|
|
# GCN-NEXT: V_INTERP_P2_F32
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.2:
|
|
|
|
# GCN: S_MOV_B32
|
2017-11-18 05:35:32 +08:00
|
|
|
# GFX9-NEXT: S_NOP
|
2017-02-19 02:29:53 +08:00
|
|
|
# GCN-NEXT: V_INTERP_P1_F32_16bank
|
|
|
|
|
|
|
|
# GCN-LABEL: bb.3:
|
|
|
|
# GCN: S_MOV_B32
|
2017-11-18 05:35:32 +08:00
|
|
|
# GFX9-NEXT: S_NOP
|
2017-02-19 02:29:53 +08:00
|
|
|
# GCN-NEXT: V_INTERP_MOV_F32
|
|
|
|
|
|
|
|
name: v_interp
|
|
|
|
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
$m0 = S_MOV_B32 0
|
2020-05-28 01:25:37 +08:00
|
|
|
$vgpr0 = V_INTERP_P1_F32 $vgpr0, 0, 0, implicit $mode, implicit $m0, implicit $exec
|
2017-02-19 02:29:53 +08:00
|
|
|
S_BRANCH %bb.1
|
|
|
|
|
|
|
|
bb.1:
|
2018-02-01 06:04:26 +08:00
|
|
|
$m0 = S_MOV_B32 0
|
2020-05-28 01:25:37 +08:00
|
|
|
$vgpr0 = V_INTERP_P2_F32 $vgpr0, $vgpr1, 0, 0, implicit $mode, implicit $m0, implicit $exec
|
2017-02-19 02:29:53 +08:00
|
|
|
S_BRANCH %bb.2
|
|
|
|
|
|
|
|
bb.2:
|
2018-02-01 06:04:26 +08:00
|
|
|
$m0 = S_MOV_B32 0
|
2020-05-28 01:25:37 +08:00
|
|
|
$vgpr0 = V_INTERP_P1_F32_16bank $vgpr0, 0, 0, implicit $mode, implicit $m0, implicit $exec
|
2017-02-19 02:29:53 +08:00
|
|
|
S_BRANCH %bb.3
|
|
|
|
|
|
|
|
bb.3:
|
2018-02-01 06:04:26 +08:00
|
|
|
$m0 = S_MOV_B32 0
|
2020-05-28 01:25:37 +08:00
|
|
|
$vgpr0 = V_INTERP_MOV_F32 0, 0, 0, implicit $mode, implicit $m0, implicit $exec
|
[AMDGPU] Add support for immediate operand for S_ENDPGM
Summary:
Add support for immediate operand in S_ENDPGM
Change-Id: I0c56a076a10980f719fb2a8f16407e9c301013f6
Reviewers: alexshap
Subscribers: qcolombet, arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, eraman, arphaman, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D59213
llvm-svn: 355902
2019-03-12 17:52:58 +08:00
|
|
|
S_ENDPGM 0
|
2017-02-19 02:29:53 +08:00
|
|
|
...
|
2017-08-04 09:09:43 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
|
|
|
|
# GCN-LABEL: name: dpp
|
|
|
|
|
|
|
|
# VI-LABEL: bb.0:
|
|
|
|
# VI: V_MOV_B32_e32
|
2020-10-20 05:38:02 +08:00
|
|
|
# VI-NEXT: S_NOP 1
|
2017-08-04 09:09:43 +08:00
|
|
|
# VI-NEXT: V_MOV_B32_dpp
|
|
|
|
|
|
|
|
# VI-LABEL: bb.1:
|
|
|
|
# VI: V_CMPX_EQ_I32_e32
|
2020-10-20 05:38:02 +08:00
|
|
|
# VI-NEXT: S_NOP 4
|
2017-08-04 09:09:43 +08:00
|
|
|
# VI-NEXT: V_MOV_B32_dpp
|
|
|
|
|
|
|
|
name: dpp
|
|
|
|
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
$vgpr0 = V_MOV_B32_e32 0, implicit $exec
|
|
|
|
$vgpr1 = V_MOV_B32_dpp $vgpr1, $vgpr0, 0, 15, 15, 0, implicit $exec
|
2017-08-04 09:09:43 +08:00
|
|
|
S_BRANCH %bb.1
|
|
|
|
|
|
|
|
bb.1:
|
2018-02-01 06:04:26 +08:00
|
|
|
implicit $exec, implicit $vcc = V_CMPX_EQ_I32_e32 $vgpr0, $vgpr1, implicit $exec
|
|
|
|
$vgpr3 = V_MOV_B32_dpp $vgpr3, $vgpr0, 0, 15, 15, 0, implicit $exec
|
[AMDGPU] Add support for immediate operand for S_ENDPGM
Summary:
Add support for immediate operand in S_ENDPGM
Change-Id: I0c56a076a10980f719fb2a8f16407e9c301013f6
Reviewers: alexshap
Subscribers: qcolombet, arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, eraman, arphaman, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D59213
llvm-svn: 355902
2019-03-12 17:52:58 +08:00
|
|
|
S_ENDPGM 0
|
2017-08-04 09:09:43 +08:00
|
|
|
...
|