1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py 2# RUN: llc -march=amdgcn -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=GCN 3 4--- 5 6name: br 7legalized: true 8regBankSelected: true 9 10body: | 11 ; GCN-LABEL: name: br 12 ; GCN: bb.0: 13 ; GCN: successors: %bb.1(0x80000000) 14 ; GCN: S_BRANCH %bb.1 15 ; GCN: bb.1: 16 bb.0: 17 G_BR %bb.1 18 19 bb.1: 20 21... 22