brintos

brintos / llvm-project-archived public Read only

0
0
Text · 298 B · 7e14755 Raw
12 lines · plain
1# RUN: not llc -mtriple=amdgcn -run-pass none -filetype=null %s 2>&1 | FileCheck %s2---3name: invalid_rsrc_reg4machineFunctionInfo:5  scratchRSrcReg:  '$not_a_register_name'6# CHECK: :[[@LINE-1]]:{{[0-9]+}}: unknown register name 'not_a_register_name'7body:             |8  bb.0:9 10    S_ENDPGM11...12