Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / GlobalISel / inst-select-ffloor.s16.mir
blobc2d4268699ef977217721ab3fc861812c6db1a9f
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -march=amdgcn -mcpu=fiji -run-pass=instruction-select -global-isel-abort=0 -verify-machineinstrs -o - %s | FileCheck -check-prefix=VI %s
4 ---
5 name: ffloor_s16_ss
6 legalized: true
7 regBankSelected: true
8 tracksRegLiveness: true
10 body: |
11   bb.0:
12     liveins: $sgpr0
14     ; VI-LABEL: name: ffloor_s16_ss
15     ; VI: liveins: $sgpr0
16     ; VI-NEXT: {{  $}}
17     ; VI-NEXT: [[COPY:%[0-9]+]]:sgpr(s32) = COPY $sgpr0
18     ; VI-NEXT: [[TRUNC:%[0-9]+]]:sgpr(s16) = G_TRUNC [[COPY]](s32)
19     ; VI-NEXT: [[FFLOOR:%[0-9]+]]:sreg_32(s16) = G_FFLOOR [[TRUNC]]
20     ; VI-NEXT: [[COPY1:%[0-9]+]]:sreg_32(s32) = COPY [[FFLOOR]](s16)
21     ; VI-NEXT: $sgpr0 = COPY [[COPY1]](s32)
22     %0:sgpr(s32) = COPY $sgpr0
23     %1:sgpr(s16) = G_TRUNC %0
24     %2:sgpr(s16) = G_FFLOOR %1
25     %3:sgpr(s32) = G_ANYEXT %2
26     $sgpr0 = COPY %3
27 ...
29 ---
30 name: ffloor_s16_vv
31 legalized: true
32 regBankSelected: true
33 tracksRegLiveness: true
35 body: |
36   bb.0:
37     liveins: $vgpr0
39     ; VI-LABEL: name: ffloor_s16_vv
40     ; VI: liveins: $vgpr0
41     ; VI-NEXT: {{  $}}
42     ; VI-NEXT: [[COPY:%[0-9]+]]:vgpr_32 = COPY $vgpr0
43     ; VI-NEXT: %2:vgpr_32 = nofpexcept V_FLOOR_F16_e64 0, [[COPY]], 0, 0, implicit $mode, implicit $exec
44     ; VI-NEXT: $vgpr0 = COPY %2
45     %0:vgpr(s32) = COPY $vgpr0
46     %1:vgpr(s16) = G_TRUNC %0
47     %2:vgpr(s16) = G_FFLOOR %1
48     %3:vgpr(s32) = G_ANYEXT %2
49     $vgpr0 = COPY %3
50 ...
52 ---
53 name: ffloor_s16_vs
54 legalized: true
55 regBankSelected: true
56 tracksRegLiveness: true
58 body: |
59   bb.0:
60     liveins: $sgpr0
62     ; VI-LABEL: name: ffloor_s16_vs
63     ; VI: liveins: $sgpr0
64     ; VI-NEXT: {{  $}}
65     ; VI-NEXT: [[COPY:%[0-9]+]]:sreg_32 = COPY $sgpr0
66     ; VI-NEXT: %2:vgpr_32 = nofpexcept V_FLOOR_F16_e64 0, [[COPY]], 0, 0, implicit $mode, implicit $exec
67     ; VI-NEXT: $vgpr0 = COPY %2
68     %0:sgpr(s32) = COPY $sgpr0
69     %1:sgpr(s16) = G_TRUNC %0
70     %2:vgpr(s16) = G_FFLOOR %1
71     %3:vgpr(s32) = G_ANYEXT %2
72     $vgpr0 = COPY %3
73 ...
75 ---
76 name: ffloor_fneg_s16_vv
77 legalized: true
78 regBankSelected: true
79 tracksRegLiveness: true
81 body: |
82   bb.0:
83     liveins: $vgpr0
85     ; VI-LABEL: name: ffloor_fneg_s16_vv
86     ; VI: liveins: $vgpr0
87     ; VI-NEXT: {{  $}}
88     ; VI-NEXT: [[COPY:%[0-9]+]]:vgpr_32 = COPY $vgpr0
89     ; VI-NEXT: %3:vgpr_32 = nofpexcept V_FLOOR_F16_e64 1, [[COPY]], 0, 0, implicit $mode, implicit $exec
90     ; VI-NEXT: $vgpr0 = COPY %3
91     %0:vgpr(s32) = COPY $vgpr0
92     %1:vgpr(s16) = G_TRUNC %0
93     %2:vgpr(s16) = G_FNEG %1
94     %3:vgpr(s16) = G_FFLOOR %2
95     %4:vgpr(s32) = G_ANYEXT %3
96     $vgpr0 = COPY %4
97 ...