brintos

brintos / llvm-project-archived public Read only

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