xref: /llvm-project/llvm/test/DebugInfo/AMDGPU/print-reg-name.s (revision 68f163df0ec59082688edd526fe6b30bac95e03e)
1; RUN: llvm-mc -triple=amdgcn-amd-amdhsa -mcpu=gfx900 -filetype=asm %s | FileCheck %s
2
3; FIXME: Currently we can't print register names in CFI directives
4; without extending MC to support DWARF register names that are distinct
5; from physical register names.
6
7.text
8f:
9.cfi_startproc
10; CHECK: .cfi_undefined 2560
11.cfi_undefined 2560
12; FIXME: Until we implement a distinct set of DWARF register names we
13; will continue to parse physical registers and pick an arbitrary encoding.
14; CHECK: .cfi_undefined 2560
15.cfi_undefined v0
16.cfi_endproc
17