bolt/deps/llvm-18.1.8/llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-br.mir
2025-02-14 19:21:04 +01:00

23 lines
495 B
YAML

# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -mtriple=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-NEXT: successors: %bb.1(0x80000000)
; GCN-NEXT: {{ $}}
; GCN-NEXT: S_BRANCH %bb.1
; GCN-NEXT: {{ $}}
; GCN-NEXT: bb.1:
bb.0:
G_BR %bb.1
bb.1:
...