Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / MIR / Generic / cfi-escape.mir
blob61a814eb169469289e23e6783ee197c4ec2ec448
1 # RUN: llc -run-pass none -o - %s | llc -x=mir -run-pass none -o - | FileCheck %s
3 # Check that we don't print a trailing comma for CFI escape indices, and that
4 # in general we can round trip them.
6 name: func
7 # CHECK-LABEL: name: func
8 body: |
9   bb.0:
10     CFI_INSTRUCTION escape 0x61, 0x62, 0x63
11     ; CHECK: CFI_INSTRUCTION escape 0x61, 0x62, 0x63{{$}}