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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AArch64
/
setf8-def-nzcv.mir
blob
d9a9ef00efd591160e2d0bf482865c46c8df3ef4
1
# RUN: not llc -o - %s -mtriple=arm64-eabi -run-pass=legalizer 2>&1 | FileCheck %s
2
3
# CHECK: [[@LINE+10]]:44: 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
SETF8 renamable $w0, implicit-def $nzcv
14
RET undef $lr, implicit killed $w0
15
16