brintos

brintos / llvm-project-archived public Read only

0
0
Text · 280 B · efbcf23 Raw
14 lines · plain
1# RUN: not llc -run-pass=none -filetype=null %s 2>&1 | FileCheck %s --check-prefix=ERR2 3---4name:  flags5registers:6  - { id: 0, class: _, flags: [ 'VFLAG_ERR' ] }7body: |8  bb.0:9    liveins: $w010    %0 = G_ADD $w0, $w011...12# ERR: use of undefined register flag13# ERR: VFLAG_ERR14