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-stack-object-function-context.mir
blob
bc7667d9a9a9503b61461ae277bf569ea573e488
1
# RUN: not llc -mtriple=x86_64 -run-pass=none -o /dev/null %s 2>&1 | FileCheck %s
2
3
---
4
name: test
5
frameInfo:
6
# CHECK: [[@LINE+1]]:22: expected a stack object
7
functionContext: '0'
8
stack:
9
- { id: 0, offset: -24, size: 8, alignment: 8 }
10
body: |
11
bb.0:
12
13
...