mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
c0e6798650
Differential Revision: https://reviews.llvm.org/D83818
17 lines
361 B
YAML
17 lines
361 B
YAML
# RUN: not llc -o - %s -mtriple=arm64-eabi -run-pass=legalizer 2>&1 | FileCheck %s
|
|
|
|
# CHECK: [[@LINE+10]]:45: missing implicit register operand 'implicit-def $nzcv'
|
|
...
|
|
---
|
|
name: test_flags
|
|
liveins:
|
|
- { reg: '$x0' }
|
|
body: |
|
|
bb.0:
|
|
liveins: $x0
|
|
|
|
RMIF renamable $x0, 0, 0, implicit $nzcv
|
|
RET undef $lr, implicit killed $w0
|
|
|
|
|