1# RUN: not llc -o - %s -mtriple=arm64-eabi -run-pass=legalizer 2>&1 | FileCheck %s 2 3# CHECK: [[@LINE+10]]:40: missing implicit register operand 'implicit-def $nzcv' 4... 5--- 6name: test_flags 7liveins: 8 - { reg: '$w0' } 9body: | 10 bb.0: 11 liveins: $w0 12 13 SETF8 renamable $w0, implicit $nzcv 14 RET undef $lr, implicit killed $w0 15 16 17