24 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -mtriple=amdgcn -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=GCN3 4---5 6name: br7legalized: true8regBankSelected: true9 10body: |11 ; GCN-LABEL: name: br12 ; GCN: bb.0:13 ; GCN-NEXT: successors: %bb.1(0x80000000)14 ; GCN-NEXT: {{ $}}15 ; GCN-NEXT: S_BRANCH %bb.116 ; GCN-NEXT: {{ $}}17 ; GCN-NEXT: bb.1:18 bb.0:19 G_BR %bb.120 21 bb.1:22 23...24