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
/
X86
/
unrecognized-character.mir
blob
15817d06a28a9f1f205f4d9d76f565ecbdc336ae
1
# RUN: not llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2
3
--- |
4
5
define void @foo() {
6
entry:
7
ret void
8
}
9
10
...
11
---
12
name: foo
13
body: |
14
bb.0.entry:
15
; CHECK: [[@LINE+1]]:5: unexpected character '\'
16
\ RET64
17
...