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
/
setf16-def-nzcv.mir
blob
e828ddad68e197c806dcb6c347b31fe6dc03f812
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 $nzcv'
4
...
5
---
6
name: test_flags
7
liveins:
8
- { reg: '$w0' }
9
body: |
10
bb.0:
11
liveins: $w0
12
13
SETF16 renamable $w0, implicit-def $nzcv
14
RET undef $lr, implicit killed $w0
15
16