12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
|
# RUN: not llc -march=amdgcn -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
|
||
|
---
|
||
|
name: empty_frame_offset_reg
|
||
|
machineFunctionInfo:
|
||
|
frameOffsetReg: ''
|
||
|
# CHECK: :[[@LINE-1]]:{{[0-9]+}}: expected a named register
|
||
|
body: |
|
||
|
bb.0:
|
||
|
|
||
|
S_ENDPGM
|
||
|
...
|