Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / GlobalISel / inst-select-amdgcn.groupstaticsize.mir
blobdc6104c9cc30a74d727ba4912ea3de0d501debe4
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck -check-prefix=HSAPAL %s
3 # RUN: llc -mtriple=amdgcn-amd-amdpal -mcpu=gfx900 -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck -check-prefix=HSAPAL %s
4 # RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx900 -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck -check-prefix=MESA %s
6 ---
7 name: groupstaticsize_v
8 legalized: true
9 regBankSelected: true
10 tracksRegLiveness: true
11 machineFunctionInfo:
12   ldsSize: 4096
14 body: |
15   bb.0:
17     ; HSAPAL-LABEL: name: groupstaticsize_v
18     ; HSAPAL: [[V_MOV_B32_e32_:%[0-9]+]]:vgpr_32 = V_MOV_B32_e32 4096, implicit $exec
19     ; HSAPAL-NEXT: S_ENDPGM 0, implicit [[V_MOV_B32_e32_]]
20     ; MESA-LABEL: name: groupstaticsize_v
21     ; MESA: [[V_MOV_B32_e32_:%[0-9]+]]:vgpr_32 = V_MOV_B32_e32 target-flags(amdgpu-abs32-lo) @llvm.amdgcn.groupstaticsize, implicit $exec
22     ; MESA-NEXT: S_ENDPGM 0, implicit [[V_MOV_B32_e32_]]
23     %0:vgpr(s32) = G_INTRINSIC intrinsic(@llvm.amdgcn.groupstaticsize)
24     S_ENDPGM 0, implicit %0
25 ...
27 ---
28 name: groupstaticsize_s
29 legalized: true
30 regBankSelected: true
31 tracksRegLiveness: true
32 machineFunctionInfo:
33   ldsSize: 1024
35 body: |
36   bb.0:
38     ; HSAPAL-LABEL: name: groupstaticsize_s
39     ; HSAPAL: [[S_MOV_B32_:%[0-9]+]]:sreg_32 = S_MOV_B32 1024
40     ; HSAPAL-NEXT: S_ENDPGM 0, implicit [[S_MOV_B32_]]
41     ; MESA-LABEL: name: groupstaticsize_s
42     ; MESA: [[S_MOV_B32_:%[0-9]+]]:sreg_32 = S_MOV_B32 target-flags(amdgpu-abs32-lo) @llvm.amdgcn.groupstaticsize
43     ; MESA-NEXT: S_ENDPGM 0, implicit [[S_MOV_B32_]]
44     %0:sgpr(s32) = G_INTRINSIC intrinsic(@llvm.amdgcn.groupstaticsize)
45     S_ENDPGM 0, implicit %0
46 ...