summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fconstant.mir
blob: 7ae81dbd71ab15bef2ff9ffcdc08333fce8d7aa1 (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
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=tahiti -O0 -run-pass=legalizer %s -o - | FileCheck -check-prefix=GCN  %s
# RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=fiji -O0 -run-pass=legalizer %s -o - | FileCheck -check-prefix=GCN  %s

---
name: test_fconstant_s32
body: |
  bb.0:

    ; GCN-LABEL: name: test_fconstant_s32
    ; GCN: [[C:%[0-9]+]]:_(s32) = G_FCONSTANT float 1.000000e+00
    ; GCN: $vgpr0 = COPY [[C]](s32)
    %0:_(s32) = G_FCONSTANT float 1.0
    $vgpr0 = COPY %0
...
---
name: test_fconstant_s64
body: |
  bb.0:

    ; GCN-LABEL: name: test_fconstant_s64
    ; GCN: [[C:%[0-9]+]]:_(s64) = G_FCONSTANT double 1.000000e+00
    ; GCN: $vgpr0_vgpr1 = COPY [[C]](s64)
    %0:_(s64) = G_FCONSTANT double 1.0
    $vgpr0_vgpr1 = COPY %0
...

---
name: test_fconstant_s16
body: |
  bb.0:

    ; GCN-LABEL: name: test_fconstant_s16
    ; GCN: [[C:%[0-9]+]]:_(s16) = G_FCONSTANT half 0xH3C00
    ; GCN: [[ANYEXT:%[0-9]+]]:_(s32) = G_ANYEXT [[C]](s16)
    ; GCN: $vgpr0 = COPY [[ANYEXT]](s32)
    %0:_(s16) = G_FCONSTANT half 1.0
    %1:_(s32) = G_ANYEXT %0
    $vgpr0 = COPY %1
...
OpenPOWER on IntegriCloud