aboutsummaryrefslogtreecommitdiff
blob: e828ddad68e197c806dcb6c347b31fe6dc03f812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RUN: not llc -o - %s -mtriple=arm64-eabi -run-pass=legalizer 2>&1 | FileCheck %s

# CHECK: [[@LINE+10]]:45: missing implicit register operand 'implicit $nzcv'
...
---
name:            test_flags
liveins:
  - { reg: '$w0' }
body:             |
  bb.0:
    liveins: $w0

    SETF16 renamable $w0, implicit-def $nzcv
    RET undef $lr, implicit killed $w0