22 lines
434 B
Plaintext
22 lines
434 B
Plaintext
|
# 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:
|
||
|
|
||
|
...
|