repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
MIR
/
Generic
/
llvmIRMissing.mir
blob
419f60be80619359821dabe04466ecdec994b2a2
1
# RUN: llc -run-pass none -o - %s | FileCheck %s
2
# This test ensures that the MIR parser accepts files without the LLVM IR.
3
4
---
5
# CHECK: name: foo
6
name: foo
7
...