17 lines · plain
1; RUN: llvm-mc -triple=amdgcn-amd-amdhsa -mcpu=gfx900 -filetype=asm %s | FileCheck %s2 3; FIXME: Currently we can't print register names in CFI directives4; without extending MC to support DWARF register names that are distinct5; from physical register names.6 7.text8f:9.cfi_startproc10; CHECK: .cfi_undefined 256011.cfi_undefined 256012; FIXME: Until we implement a distinct set of DWARF register names we13; will continue to parse physical registers and pick an arbitrary encoding.14; CHECK: .cfi_undefined 256015.cfi_undefined v016.cfi_endproc17