repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[x86] fix assert with horizontal math + broadcast of vector (PR43402)
[llvm-core.git]
/
test
/
CodeGen
/
MIR
/
Generic
/
machine-function-missing-body.mir
blob
0fd970c3af7cc5c3e4de099c85c4a5c3e14c56ac
1
# RUN: llc -run-pass none -o - %s | FileCheck %s
2
# This test ensures that the MIR parser accepts files with llvm IR but
3
# no machine function body.
4
5
--- |
6
; CHECK: define i32 @foo()
7
define i32 @foo() {
8
ret i32 0
9
}
10
11
...
12
---
13
# CHECK: name: foo
14
name: foo
15
...