1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/CodeGen/AMDGPU/GlobalISel/inst-select-implicit-def.mir
Matt Arsenault cc12b285b6 CodeGen: Print/parse LLTs in MachineMemOperands
This will currently accept the old number of bytes syntax, and convert
it to a scalar. This should be removed in the near future (I think I
converted all of the tests already, but likely missed a few).

Not sure what the exact syntax and policy should be. We can continue
printing the number of bytes for non-generic instructions to avoid
test churn and only allow non-scalar types for generic instructions.

This will currently print the LLT in parentheses, but accept parsing
the existing integers and implicitly converting to scalar. The
parentheses are a bit ugly, but the parser logic seems unable to deal
without either parentheses or some keyword to indicate the start of a
type.
2021-06-30 16:54:13 -04:00

216 lines
5.1 KiB
YAML

# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=hawaii -run-pass=instruction-select -verify-machineinstrs -o - %s | FileCheck -check-prefixes=GCN %s
---
name: implicit_def_s32_sgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_s32_sgpr
; GCN: [[DEF:%[0-9]+]]:sreg_32 = IMPLICIT_DEF
; GCN: S_ENDPGM 0, implicit [[DEF]]
%0:sgpr(s32) = G_IMPLICIT_DEF
S_ENDPGM 0, implicit %0
...
---
name: implicit_def_s32_vgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_s32_vgpr
; GCN: [[DEF:%[0-9]+]]:vgpr_32 = IMPLICIT_DEF
; GCN: S_ENDPGM 0, implicit [[DEF]]
%0:vgpr(s32) = G_IMPLICIT_DEF
S_ENDPGM 0, implicit %0
...
---
name: implicit_def_s64_sgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_s64_sgpr
; GCN: [[DEF:%[0-9]+]]:sreg_64 = IMPLICIT_DEF
; GCN: S_ENDPGM 0, implicit [[DEF]]
%0:sgpr(s64) = G_IMPLICIT_DEF
S_ENDPGM 0, implicit %0
...
---
name: implicit_def_s64_vgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_s64_vgpr
; GCN: [[DEF:%[0-9]+]]:vreg_64 = IMPLICIT_DEF
; GCN: S_ENDPGM 0, implicit [[DEF]]
%0:vgpr(s64) = G_IMPLICIT_DEF
S_ENDPGM 0, implicit %0
...
---
name: implicit_def_p0_sgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_p0_sgpr
; GCN: [[DEF:%[0-9]+]]:sreg_64 = IMPLICIT_DEF
; GCN: S_ENDPGM 0, implicit [[DEF]]
%0:sgpr(p0) = G_IMPLICIT_DEF
S_ENDPGM 0, implicit %0
...
---
name: implicit_def_p0_vgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_p0_vgpr
; GCN: [[DEF:%[0-9]+]]:vreg_64 = IMPLICIT_DEF
; GCN: S_ENDPGM 0, implicit [[DEF]]
%0:vgpr(p0) = G_IMPLICIT_DEF
S_ENDPGM 0, implicit %0
...
---
name: implicit_def_p1_vgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_p1_vgpr
; GCN: [[DEF:%[0-9]+]]:vreg_64 = IMPLICIT_DEF
; GCN: [[V_MOV_B32_e32_:%[0-9]+]]:vgpr_32 = V_MOV_B32_e32 4, implicit $exec
; GCN: FLAT_STORE_DWORD [[DEF]], [[V_MOV_B32_e32_]], 0, 0, implicit $exec, implicit $flat_scr :: (store (s32), addrspace 1)
%0:vgpr(p1) = G_IMPLICIT_DEF
%1:vgpr(s32) = G_CONSTANT i32 4
G_STORE %1, %0 :: (store (s32), addrspace 1)
...
---
name: implicit_def_p3_vgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_p3_vgpr
; GCN: [[DEF:%[0-9]+]]:vreg_64 = IMPLICIT_DEF
; GCN: [[V_MOV_B32_e32_:%[0-9]+]]:vgpr_32 = V_MOV_B32_e32 4, implicit $exec
; GCN: $m0 = S_MOV_B32 -1
; GCN: FLAT_STORE_DWORD [[DEF]], [[V_MOV_B32_e32_]], 0, 0, implicit $exec, implicit $flat_scr :: (store (s32), addrspace 1)
%0:vgpr(p3) = G_IMPLICIT_DEF
%1:vgpr(s32) = G_CONSTANT i32 4
G_STORE %1, %0 :: (store (s32), addrspace 1)
...
---
name: implicit_def_p4_vgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_p4_vgpr
; GCN: [[DEF:%[0-9]+]]:vreg_64 = IMPLICIT_DEF
; GCN: [[V_MOV_B32_e32_:%[0-9]+]]:vgpr_32 = V_MOV_B32_e32 4, implicit $exec
; GCN: FLAT_STORE_DWORD [[DEF]], [[V_MOV_B32_e32_]], 0, 0, implicit $exec, implicit $flat_scr :: (store (s32), addrspace 1)
%0:vgpr(p4) = G_IMPLICIT_DEF
%1:vgpr(s32) = G_CONSTANT i32 4
G_STORE %1, %0 :: (store (s32), addrspace 1)
...
---
name: implicit_def_s1_vgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_s1_vgpr
; GCN: [[DEF:%[0-9]+]]:vgpr_32 = IMPLICIT_DEF
; GCN: S_ENDPGM 0, implicit [[DEF]]
%0:vgpr(s1) = G_IMPLICIT_DEF
S_ENDPGM 0, implicit %0
...
---
name: implicit_def_s1_sgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_s1_sgpr
; GCN: [[DEF:%[0-9]+]]:sreg_32 = IMPLICIT_DEF
; GCN: S_ENDPGM 0, implicit [[DEF]]
%0:sgpr(s1) = G_IMPLICIT_DEF
S_ENDPGM 0, implicit %0
...
---
name: implicit_def_s1_vcc
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_s1_vcc
; GCN: [[DEF:%[0-9]+]]:sreg_64_xexec = IMPLICIT_DEF
; GCN: S_ENDPGM 0, implicit [[DEF]]
%0:vcc(s1) = G_IMPLICIT_DEF
S_ENDPGM 0, implicit %0
...
---
name: implicit_def_s1024_sgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_s1024_sgpr
; GCN: [[DEF:%[0-9]+]]:sgpr_1024 = IMPLICIT_DEF
; GCN: S_ENDPGM 0, implicit [[DEF]]
%0:sgpr(s1024) = G_IMPLICIT_DEF
S_ENDPGM 0, implicit %0
...
---
name: implicit_def_s1024_vgpr
legalized: true
regBankSelected: true
body: |
bb.0:
; GCN-LABEL: name: implicit_def_s1024_vgpr
; GCN: [[DEF:%[0-9]+]]:vreg_1024 = IMPLICIT_DEF
; GCN: S_ENDPGM 0, implicit [[DEF]]
%0:vgpr(s1024) = G_IMPLICIT_DEF
S_ENDPGM 0, implicit %0
...