repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
CodeGen
/
AMDGPU
/
GlobalISel
/
inst-select-br.mir
blob
70f67433f789d16e27f852084349321db1f2b854
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
6
name: br
7
legalized: true
8
regBankSelected: true
9
10
body: |
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
...