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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Generic
/
MIRStripDebug
/
no-metadata-present.mir
blob
3df834845b404b246beda1635458ba6ac8631763
1
# RUN: llc -run-pass=mir-strip-debug -mir-strip-debugify-only=0 -o - %s | FileCheck %s
2
3
# CHECK: name: test
4
# CHECK: body: |
5
# CHECK-NEXT: bb.0:
6
# CHECK-EMPTY:
7
# CHECK-NEXT: ...
8
9
---
10
name: test
11
body: |
12
bb.0:
13
...