brintos

brintos / llvm-project-archived public Read only

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