brintos

brintos / llvm-project-archived public Read only

0
0
Text · 284 B · 15ffcf5 Raw
13 lines · plain
1# RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none %s -filetype=null 2>&1 | FileCheck -check-prefix=ERR %s2 3---4name: invalid_reg5machineFunctionInfo:6# ERR: [[@LINE+1]]:21: unknown register name 'srst'7  sgprForEXECCopy: '$srst'8body:             |9  bb.0:10    S_ENDPGM 011 12...13