[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / shrink-instructions-implicit-vcclo.mir
blob61ceab6e0c8ddaeb84f7eef0c5f76ea737476bf3
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -march=amdgcn -mcpu=gfx1010 -run-pass=si-shrink-instructions --verify-machineinstrs %s -o - | FileCheck -check-prefix=GCN %s
3 # RUN: llc -march=amdgcn -mcpu=gfx1100 -run-pass=si-shrink-instructions --verify-machineinstrs %s -o - | FileCheck -check-prefix=GCN %s
5 # Make sure the implicit vcc_lo of V_CNDMASK is preserved and not promoted to vcc.
6 ---
8 name:            shrink_cndmask_implicit_vcc_lo
9 tracksRegLiveness: true
10 body:             |
11   bb.0:
12     liveins: $vgpr0, $vgpr1
13     ; GCN-LABEL: name: shrink_cndmask_implicit_vcc_lo
14     ; GCN: liveins: $vgpr0, $vgpr1
15     ; GCN-NEXT: {{  $}}
16     ; GCN-NEXT: $vgpr0 = COPY $vgpr0
17     ; GCN-NEXT: $vgpr1 = COPY $vgpr0
18     ; GCN-NEXT: V_CMP_LT_I32_e32 0, $vgpr0, implicit-def $vcc_lo, implicit $exec, implicit-def $vcc
19     ; GCN-NEXT: $vgpr2 = V_CNDMASK_B32_e32 0, $vgpr1, implicit $vcc_lo, implicit $exec
20     ; GCN-NEXT: S_NOP 0
21     $vgpr0 = COPY $vgpr0
22     $vgpr1 = COPY $vgpr0
23     V_CMP_LT_I32_e32 0, $vgpr0, implicit-def $vcc_lo, implicit $exec, implicit-def $vcc
24     $vgpr2 = V_CNDMASK_B32_e64 0, 0, 0, $vgpr1, $vcc_lo, implicit $exec
25     S_NOP 0
27 ...