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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AArch64
/
rmif-use-nzcv.mir
blob
74274a2acb2e6088e74048dcb4fd90505b2c2f53
1
# RUN: not llc -o - %s -mtriple=arm64-eabi -run-pass=legalizer 2>&1 | FileCheck %s
2
3
# CHECK: [[@LINE+10]]:45: missing implicit register operand 'implicit-def $nzcv'
4
...
5
---
6
name: test_flags
7
liveins:
8
- { reg: '$x0' }
9
body: |
10
bb.0:
11
liveins: $x0
12
13
RMIF renamable $x0, 0, 0, implicit $nzcv
14
RET undef $lr, implicit killed $w0
15
16