brintos

brintos / llvm-project-archived public Read only

0
0
Text · 383 B · efdee63 Raw
18 lines · plain
1# RUN: not llc -o - %s -mtriple=arm64-eabi -mattr=+jsconv -run-pass=legalizer 2>&1 | FileCheck %s2 3# CHECK: [[@LINE+11]]:49: missing implicit register operand 'implicit-def $nzcv'4 5...6---7name:            test_jcvt8liveins:9  - { reg: '$d0' }10body:             |11  bb.0:12    liveins: $d013 14    renamable $w0 = FJCVTZS killed renamable $d015    RET undef $lr, implicit killed $w016 17...18