Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / cmp_shrink.mir
blobe7bf09ab49b2a58cc8014da8f2d6abac2ce1524e
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
4 ---
5 name:             not_shrink_icmp
6 body:             |
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 ...