[MachineScheduler] Fix physreg dependencies of ExitSU (#123541)
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / cmp_shrink.mir
blobae3fa153f381ae683f7e1102702fac6f7b5e8cfe
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -mtriple=amdgcn -mcpu=gfx900 -run-pass si-shrink-instructions -verify-machineinstrs %s -o - | FileCheck -check-prefix=GCN %s
3 # RUN: llc -mtriple=amdgcn -mcpu=gfx900 -passes si-shrink-instructions -verify-machineinstrs %s -o - | FileCheck -check-prefix=GCN %s
5 ---
6 name:             not_shrink_icmp
7 body:             |
8   bb.0:
9     ; GCN-LABEL: name: not_shrink_icmp
10     ; GCN: S_CMP_LT_I32 65, 1, implicit-def $scc
11     S_CMP_GT_I32 1, 65, implicit-def $scc
12 ...