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
[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
MIR
/
X86
/
expected-machine-operand.mir
blob
0ad92ad0f76a297c971b23b7a46d217705c4cff0
1
# RUN: not llc -mtriple=x86_64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2
3
--- |
4
5
define i32 @foo() {
6
entry:
7
ret i32 0
8
}
9
10
...
11
---
12
name: foo
13
body: |
14
bb.0.entry:
15
; CHECK: [[@LINE+1]]:20: expected a machine operand
16
$eax = XOR32rr =
17
RET64 $eax
18
...
19