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
[ARM] Cortex-M4 schedule additions
[llvm-complete.git]
/
test
/
CodeGen
/
MIR
/
Generic
/
machine-basic-block-ir-block-reference.mir
blob
cf095537bebdc7880ae7e03a3749071e3fad5114
1
# RUN: llc -run-pass none -o - %s | FileCheck %s
2
# This test ensures that the MIR parser preserves unnamed LLVM IR block
3
# references.
4
5
--- |
6
7
define i32 @foo() {
8
ret i32 0
9
}
10
11
...
12
---
13
name: foo
14
body: |
15
; CHECK: bb.0 (%ir-block.0):
16
bb.0 (%ir-block.0):
17
...