summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgpu-ffbh-u32.mir
blob: dfc4df0811f798c72f968409bfae31804b2e10c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -march=amdgcn -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s

---

name:            ffbh_u32_s32_s_s
legalized:       true
regBankSelected: true
tracksRegLiveness: true

body: |
  bb.0:
    liveins: $sgpr0

    ; CHECK-LABEL: name: ffbh_u32_s32_s_s
    ; CHECK: liveins: $sgpr0
    ; CHECK: [[COPY:%[0-9]+]]:sreg_32 = COPY $sgpr0
    ; CHECK: [[S_FLBIT_I32_B32_:%[0-9]+]]:sreg_32 = S_FLBIT_I32_B32 [[COPY]]
    ; CHECK: S_ENDPGM 0, implicit [[S_FLBIT_I32_B32_]]
  %0:sgpr(s32) = COPY $sgpr0
  %1:sgpr(s32) = G_AMDGPU_FFBH_U32 %0
  S_ENDPGM 0, implicit %1

...

---

name:            ffbh_u32_s32_v_v
legalized:       true
regBankSelected: true
tracksRegLiveness: true

body: |
  bb.0:
    liveins: $vgpr0

    ; CHECK-LABEL: name: ffbh_u32_s32_v_v
    ; CHECK: liveins: $vgpr0
    ; CHECK: [[COPY:%[0-9]+]]:vgpr_32 = COPY $vgpr0
    ; CHECK: [[V_FFBH_U32_e64_:%[0-9]+]]:vgpr_32 = V_FFBH_U32_e64 [[COPY]], implicit $exec
    ; CHECK: S_ENDPGM 0, implicit [[V_FFBH_U32_e64_]]
  %0:vgpr(s32) = COPY $vgpr0
  %1:vgpr(s32) = G_AMDGPU_FFBH_U32 %0
  S_ENDPGM 0, implicit %1

...

---

name:            ffbh_u32_v_s
legalized:       true
regBankSelected: true
tracksRegLiveness: true

body: |
  bb.0:
    liveins: $sgpr0

    ; CHECK-LABEL: name: ffbh_u32_v_s
    ; CHECK: liveins: $sgpr0
    ; CHECK: [[COPY:%[0-9]+]]:sreg_32 = COPY $sgpr0
    ; CHECK: [[V_FFBH_U32_e64_:%[0-9]+]]:vgpr_32 = V_FFBH_U32_e64 [[COPY]], implicit $exec
    ; CHECK: S_ENDPGM 0, implicit [[V_FFBH_U32_e64_]]
  %0:sgpr(s32) = COPY $sgpr0
  %1:vgpr(s32) = G_AMDGPU_FFBH_U32 %0
  S_ENDPGM 0, implicit %1

...
OpenPOWER on IntegriCloud