1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2# RUN: llc -march=amdgcn -mcpu=gfx900 -run-pass si-shrink-instructions -verify-machineinstrs %s -o - | FileCheck -check-prefix=GCN %s
3
4---
5name:             not_shrink_icmp
6body:             |
7  bb.0:
8    ; GCN-LABEL: name: not_shrink_icmp
9    ; GCN: S_CMP_GT_I32 1, 65, implicit-def $scc
10    S_CMP_GT_I32 1, 65, implicit-def $scc
11...
12