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