llvm-for-llvmta/test/CodeGen/AMDGPU/GlobalISel/inst-select-br.mir

22 lines
434 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -march=amdgcn -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=GCN
---
name: br
legalized: true
regBankSelected: true
body: |
; GCN-LABEL: name: br
; GCN: bb.0:
; GCN: successors: %bb.1(0x80000000)
; GCN: S_BRANCH %bb.1
; GCN: bb.1:
bb.0:
G_BR %bb.1
bb.1:
...