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