brintos

brintos / llvm-project-archived public Read only

0
0
Text · 365 B · 4e3b3ea Raw
18 lines · plain
1# RUN: not llc -o - %s -mtriple=arm64-eabi -run-pass=legalizer 2>&1 | FileCheck %s2 3# CHECK: [[@LINE+11]]:25: missing implicit register operand 'implicit-def $nzcv'4...5---6name:            test_flags7liveins:8  - { reg: '$w0' }9  - { reg: '$x0' }10body:             |11  bb.0:12    liveins: $w0, $x013 14    CFINV implicit $nzcv15    RET undef $lr, implicit killed $w016 17 18