Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / DebugInfo / AMDGPU / print-reg-name.s
blobfdd2c59bdd1689e133973a8ab5b38ab4cf4d8981
1 ; RUN: llvm-mc -triple=amdgcn-amd-amdhsa -mcpu=gfx900 -filetype=asm %s | FileCheck %s
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.
7 .text
8 f:
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