mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
bd7b8820d4
llvm-svn: 364786
22 lines
434 B
YAML
22 lines
434 B
YAML
# 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:
|
|
|
|
...
|