view llvm/test/CodeGen/AMDGPU/cmp_shrink.mir @ 223:5f17cb93ff66 llvm-original

LLVM13 (2021/7/18)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 18 Jul 2021 22:43:00 +0900
parents 79ff65ed7e25
children
line wrap: on
line source

# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -march=amdgcn -mcpu=gfx900 -run-pass si-shrink-instructions -verify-machineinstrs %s -o - | FileCheck -check-prefix=GCN %s

---
name:             not_shrink_icmp
body:             |
  bb.0:
    ; GCN-LABEL: name: not_shrink_icmp
    ; GCN: S_CMP_GT_I32 1, 65, implicit-def $scc
    S_CMP_GT_I32 1, 65, implicit-def $scc
...