22# RUN: llc -march=amdgcn -mcpu=fiji -run-pass=regbankselect %s -verify-machineinstrs -o - -regbankselect-fast | FileCheck %s
33# RUN: llc -march=amdgcn -mcpu=fiji -run-pass=regbankselect %s -verify-machineinstrs -o - -regbankselect-greedy | FileCheck %s
44
5- --- |
6- define void @exp_compr_v2f16_s() {
7- call void @llvm.amdgcn.exp.compr.v2f16(i32 0, i32 0, <2 x half> <half 1.0,half 1.0>, <2 x half> <half 1.0, half 1.0>, i1 0, i1 0)
8- ret void
9- }
10- define void @exp_compr_v2f16_v() {
11- call void @llvm.amdgcn.exp.compr.v2f16(i32 0, i32 0, <2 x half> <half 1.0,half 1.0>, <2 x half> <half 1.0, half 1.0>, i1 0, i1 0)
12- ret void
13- }
14-
15- declare void @llvm.amdgcn.exp.compr.v2f16(i32, i32, <2 x half>, <2 x half>, i1, i1)
16- declare void @llvm.amdgcn.exp.compr.v2i16(i32, i32, <2 x i16>, <2 x i16>, i1, i1)
17-
18- ...
19-
205---
216name : exp_compr_v2f16_s
227legalized : true
@@ -25,22 +10,14 @@ body: |
2510 bb.0:
2611 liveins: $sgpr0, $sgpr1, $sgpr2, $sgpr3
2712 ; CHECK-LABEL: name: exp_compr_v2f16_s
28- ; CHECK: [[C:%[0-9]+]]:sgpr(s32) = G_CONSTANT i32 0
29- ; CHECK: [[C1:%[0-9]+]]:sgpr(s32) = G_CONSTANT i32 0
3013 ; CHECK: [[COPY:%[0-9]+]]:sgpr(s32) = COPY $sgpr0
3114 ; CHECK: [[COPY1:%[0-9]+]]:sgpr(s32) = COPY $sgpr1
32- ; CHECK: [[C2:%[0-9]+]]:sgpr(s1) = G_CONSTANT i1 false
33- ; CHECK: [[C3:%[0-9]+]]:sgpr(s1) = G_CONSTANT i1 false
3415 ; CHECK: [[COPY2:%[0-9]+]]:vgpr(s32) = COPY [[COPY]](s32)
3516 ; CHECK: [[COPY3:%[0-9]+]]:vgpr(s32) = COPY [[COPY1]](s32)
36- ; CHECK: G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.exp.compr), [[C]](s32), [[C1]](s32), [[COPY2]](s32), [[COPY3]](s32), [[C2]](s1), [[C3]](s1)
37- %0:_(s32) = G_CONSTANT i32 0
38- %1:_(s32) = G_CONSTANT i32 0
39- %2:_(s32) = COPY $sgpr0
40- %3:_(s32) = COPY $sgpr1
41- %6:_(s1) = G_CONSTANT i1 0
42- %7:_(s1) = G_CONSTANT i1 0
43- G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.exp.compr.v2f16), %0, %1, %2, %3, %6, %7
17+ ; CHECK: G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.exp.compr), 0, 0, [[COPY2]](s32), [[COPY3]](s32), 0, 0
18+ %0:_(s32) = COPY $sgpr0
19+ %1:_(s32) = COPY $sgpr1
20+ G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.exp.compr.v2f16), 0, 0, %0, %1, 0, 0
4421 ...
4522---
4623name : exp_compr_v2f16_v
@@ -50,18 +27,10 @@ body: |
5027 bb.0:
5128 liveins: $vgpr0, $vgpr1, $vgpr2, $vgpr3
5229 ; CHECK-LABEL: name: exp_compr_v2f16_v
53- ; CHECK: [[C:%[0-9]+]]:sgpr(s32) = G_CONSTANT i32 0
54- ; CHECK: [[C1:%[0-9]+]]:sgpr(s32) = G_CONSTANT i32 0
5530 ; CHECK: [[COPY:%[0-9]+]]:vgpr(s32) = COPY $vgpr0
5631 ; CHECK: [[COPY1:%[0-9]+]]:vgpr(s32) = COPY $vgpr1
57- ; CHECK: [[C2:%[0-9]+]]:sgpr(s1) = G_CONSTANT i1 false
58- ; CHECK: [[C3:%[0-9]+]]:sgpr(s1) = G_CONSTANT i1 false
59- ; CHECK: G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.exp.compr), [[C]](s32), [[C1]](s32), [[COPY]](s32), [[COPY1]](s32), [[C2]](s1), [[C3]](s1)
60- %0:_(s32) = G_CONSTANT i32 0
61- %1:_(s32) = G_CONSTANT i32 0
62- %2:_(s32) = COPY $vgpr0
63- %3:_(s32) = COPY $vgpr1
64- %6:_(s1) = G_CONSTANT i1 0
65- %7:_(s1) = G_CONSTANT i1 0
66- G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.exp.compr.v2f16), %0, %1, %2, %3, %6, %7
32+ ; CHECK: G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.exp.compr), 0, 0, [[COPY]](s32), [[COPY1]](s32), 0, 0
33+ %0:_(s32) = COPY $vgpr0
34+ %1:_(s32) = COPY $vgpr1
35+ G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.exp.compr.v2f16), 0, 0, %0, %1, 0, 0
6736 ...
0 commit comments