2017-07-11 04:04:35 +08:00
|
|
|
# RUN: llc -march=amdgcn -verify-machineinstrs -run-pass si-shrink-instructions -o - %s | FileCheck -check-prefix=GCN %s
|
|
|
|
--- |
|
|
|
|
|
|
|
|
define amdgpu_kernel void @fold_fi_vgpr() {
|
2018-02-03 00:07:16 +08:00
|
|
|
%alloca = alloca [4 x i32], addrspace(5)
|
2017-07-11 04:04:35 +08:00
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
|
|
|
define amdgpu_kernel void @fold_vgpr_fi() {
|
2018-02-03 00:07:16 +08:00
|
|
|
%alloca = alloca [4 x i32], addrspace(5)
|
2017-07-11 04:04:35 +08:00
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
|
|
|
define amdgpu_kernel void @fold_sgpr_fi() {
|
2018-02-03 00:07:16 +08:00
|
|
|
%alloca = alloca [4 x i32], addrspace(5)
|
2017-07-11 04:04:35 +08:00
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
|
|
|
define amdgpu_kernel void @fold_fi_sgpr() {
|
2018-02-03 00:07:16 +08:00
|
|
|
%alloca = alloca [4 x i32], addrspace(5)
|
2017-07-11 04:04:35 +08:00
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
|
|
|
define amdgpu_kernel void @fold_fi_imm() {
|
2018-02-03 00:07:16 +08:00
|
|
|
%alloca = alloca [4 x i32], addrspace(5)
|
2017-07-11 04:04:35 +08:00
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
|
|
|
define amdgpu_kernel void @fold_imm_fi() {
|
2018-02-03 00:07:16 +08:00
|
|
|
%alloca = alloca [4 x i32], addrspace(5)
|
2017-07-11 04:04:35 +08:00
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
|
|
|
...
|
|
|
|
# GCN-LABEL: name: fold_fi_vgpr{{$}}
|
2017-10-25 02:04:54 +08:00
|
|
|
# GCN: %1:vgpr_32 = IMPLICIT_DEF
|
2017-07-11 04:04:35 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
# GCN: %2:vgpr_32 = V_ADD_I32_e32 %stack.0.alloca, %1, implicit-def $vcc, implicit $exec
|
2017-07-11 04:04:35 +08:00
|
|
|
name: fold_fi_vgpr
|
|
|
|
tracksRegLiveness: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: vgpr_32 }
|
|
|
|
- { id: 1, class: vgpr_32 }
|
|
|
|
- { id: 2, class: vgpr_32 }
|
|
|
|
stack:
|
|
|
|
- { id: 0, name: alloca, type: default, offset: 0, size: 128, alignment: 8,
|
2018-04-26 02:58:06 +08:00
|
|
|
callee-saved-register: '', local-offset: 0, debug-info-variable: '',
|
|
|
|
debug-info-expression: '', debug-info-location: '' }
|
2017-07-11 04:04:35 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
%0 = V_MOV_B32_e32 %stack.0.alloca, implicit $exec
|
2017-07-11 04:04:35 +08:00
|
|
|
%1 = IMPLICIT_DEF
|
2019-03-19 03:35:44 +08:00
|
|
|
%2, $vcc = V_ADD_I32_e64 %0, %1, 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-07-11 04:04:35 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
# GCN-LABEL: name: fold_vgpr_fi{{$}}
|
2017-10-25 02:04:54 +08:00
|
|
|
# GCN: %1:vgpr_32 = IMPLICIT_DEF
|
2018-02-01 06:04:26 +08:00
|
|
|
# GCN: %2:vgpr_32 = V_ADD_I32_e32 %stack.0.alloca, %1, implicit-def $vcc, implicit $exec
|
2017-07-11 04:04:35 +08:00
|
|
|
name: fold_vgpr_fi
|
|
|
|
tracksRegLiveness: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: vgpr_32 }
|
|
|
|
- { id: 1, class: vgpr_32 }
|
|
|
|
- { id: 2, class: vgpr_32 }
|
|
|
|
stack:
|
|
|
|
- { id: 0, name: alloca, type: default, offset: 0, size: 128, alignment: 8,
|
2018-04-26 02:58:06 +08:00
|
|
|
callee-saved-register: '', local-offset: 0, debug-info-variable: '',
|
|
|
|
debug-info-expression: '', debug-info-location: '' }
|
2017-07-11 04:04:35 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
%0 = V_MOV_B32_e32 %stack.0.alloca, implicit $exec
|
2017-07-11 04:04:35 +08:00
|
|
|
%1 = IMPLICIT_DEF
|
2019-03-19 03:35:44 +08:00
|
|
|
%2, $vcc = V_ADD_I32_e64 %1, %0, 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-07-11 04:04:35 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
# GCN-LABEL: name: fold_sgpr_fi{{$}}
|
2018-02-01 06:04:26 +08:00
|
|
|
# GCN: %0:vgpr_32 = V_MOV_B32_e32 %stack.0.alloca, implicit $exec
|
2017-10-25 02:04:54 +08:00
|
|
|
# GCN: %1:sgpr_32 = IMPLICIT_DEF
|
2018-02-01 06:04:26 +08:00
|
|
|
# GCN: %2:vgpr_32 = V_ADD_I32_e32 %1, %0, implicit-def $vcc, implicit $exec
|
2017-07-11 04:04:35 +08:00
|
|
|
name: fold_sgpr_fi
|
|
|
|
tracksRegLiveness: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: vgpr_32 }
|
|
|
|
- { id: 1, class: sgpr_32 }
|
|
|
|
- { id: 2, class: vgpr_32 }
|
|
|
|
stack:
|
|
|
|
- { id: 0, name: alloca, type: default, offset: 0, size: 128, alignment: 8,
|
2018-04-26 02:58:06 +08:00
|
|
|
callee-saved-register: '', local-offset: 0, debug-info-variable: '',
|
|
|
|
debug-info-expression: '', debug-info-location: '' }
|
2017-07-11 04:04:35 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
%0 = V_MOV_B32_e32 %stack.0.alloca, implicit $exec
|
2017-07-11 04:04:35 +08:00
|
|
|
%1 = IMPLICIT_DEF
|
2019-03-19 03:35:44 +08:00
|
|
|
%2, $vcc = V_ADD_I32_e64 %1, %0, 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-07-11 04:04:35 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
# GCN-LABEL: name: fold_fi_sgpr{{$}}
|
2018-02-01 06:04:26 +08:00
|
|
|
# GCN: %0:vgpr_32 = V_MOV_B32_e32 %stack.0.alloca, implicit $exec
|
2017-10-25 02:04:54 +08:00
|
|
|
# GCN: %1:sgpr_32 = IMPLICIT_DEF
|
2018-02-01 06:04:26 +08:00
|
|
|
# GCN: %2:vgpr_32 = V_ADD_I32_e32 %1, %0, implicit-def $vcc, implicit $exec
|
2017-07-11 04:04:35 +08:00
|
|
|
name: fold_fi_sgpr
|
|
|
|
tracksRegLiveness: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: vgpr_32 }
|
|
|
|
- { id: 1, class: sgpr_32 }
|
|
|
|
- { id: 2, class: vgpr_32 }
|
|
|
|
stack:
|
|
|
|
- { id: 0, name: alloca, type: default, offset: 0, size: 128, alignment: 8,
|
2018-04-26 02:58:06 +08:00
|
|
|
callee-saved-register: '', local-offset: 0, debug-info-variable: '',
|
|
|
|
debug-info-expression: '', debug-info-location: '' }
|
2017-07-11 04:04:35 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
%0 = V_MOV_B32_e32 %stack.0.alloca, implicit $exec
|
2017-07-11 04:04:35 +08:00
|
|
|
%1 = IMPLICIT_DEF
|
2019-03-19 03:35:44 +08:00
|
|
|
%2, $vcc = V_ADD_I32_e64 %0, %1, 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-07-11 04:04:35 +08:00
|
|
|
...
|
|
|
|
# TODO: Should probably prefer folding immediate first
|
|
|
|
# GCN-LABEL: name: fold_fi_imm{{$}}
|
2018-02-01 06:04:26 +08:00
|
|
|
# GCN: %1:vgpr_32 = V_MOV_B32_e32 999, implicit $exec
|
|
|
|
# GCN: %2:vgpr_32 = V_ADD_I32_e32 %stack.0.alloca, %1, implicit-def $vcc, implicit $exec
|
2017-07-11 04:04:35 +08:00
|
|
|
name: fold_fi_imm
|
|
|
|
tracksRegLiveness: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: vgpr_32 }
|
|
|
|
- { id: 1, class: vgpr_32 }
|
|
|
|
- { id: 2, class: vgpr_32 }
|
|
|
|
stack:
|
|
|
|
- { id: 0, name: alloca, type: default, offset: 0, size: 128, alignment: 8,
|
2018-04-26 02:58:06 +08:00
|
|
|
callee-saved-register: '', local-offset: 0, debug-info-variable: '',
|
|
|
|
debug-info-expression: '', debug-info-location: '' }
|
2017-07-11 04:04:35 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
%0 = V_MOV_B32_e32 %stack.0.alloca, implicit $exec
|
|
|
|
%1 = V_MOV_B32_e32 999, implicit $exec
|
2019-03-19 03:35:44 +08:00
|
|
|
%2, $vcc = V_ADD_I32_e64 %0, %1, 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-07-11 04:04:35 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
# GCN-LABEL: name: fold_imm_fi{{$}}
|
2018-02-01 06:04:26 +08:00
|
|
|
# GCN: %0:vgpr_32 = V_MOV_B32_e32 %stack.0.alloca, implicit $exec
|
|
|
|
# GCN: %2:vgpr_32 = V_ADD_I32_e32 999, %0, implicit-def $vcc, implicit $exec
|
2017-07-11 04:04:35 +08:00
|
|
|
name: fold_imm_fi
|
|
|
|
tracksRegLiveness: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: vgpr_32 }
|
|
|
|
- { id: 1, class: vgpr_32 }
|
|
|
|
- { id: 2, class: vgpr_32 }
|
|
|
|
stack:
|
|
|
|
- { id: 0, name: alloca, type: default, offset: 0, size: 128, alignment: 8,
|
2018-04-26 02:58:06 +08:00
|
|
|
callee-saved-register: '', local-offset: 0, debug-info-variable: '',
|
|
|
|
debug-info-expression: '', debug-info-location: '' }
|
2017-07-11 04:04:35 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
%0 = V_MOV_B32_e32 %stack.0.alloca, implicit $exec
|
|
|
|
%1 = V_MOV_B32_e32 999, implicit $exec
|
2019-03-19 03:35:44 +08:00
|
|
|
%2, $vcc = V_ADD_I32_e64 %1, %0, 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
|