[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / MIR / AMDGPU / machine-function-info-register-parse-error1.mir
blob312f7e378cb10feaf7ba065eb9bebcfb1ff5e4a8
1 # RUN: not llc -march=amdgcn -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2 ---
3 name: noreg_rsrc_reg
4 machineFunctionInfo:
5   scratchRSrcReg:  '$noreg'
6 # CHECK: :[[@LINE-1]]:{{[0-9]+}}: incorrect register class for field
7 body:             |
8   bb.0:
10     S_ENDPGM
11 ...