brintos

brintos / llvm-project-archived public Read only

0
0
Text · 356 B · d9a9ef0 Raw
17 lines · plain
1# RUN: not llc -o - %s -mtriple=arm64-eabi -run-pass=legalizer 2>&1 | FileCheck %s2 3# CHECK: [[@LINE+10]]:44: missing implicit register operand 'implicit $nzcv'4...5---6name:            test_flags7liveins:8  - { reg: '$w0' }9body:             |10  bb.0:11    liveins: $w012 13    SETF8 renamable $w0, implicit-def $nzcv14    RET undef $lr, implicit killed $w015 16 17