Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MachineVerifier / test_g_invoke_region_start.mir
blob5e6fe2fa7a03301943e78dacea58921e9ac231b1
1 #RUN: llc -mtriple=aarch64 -o - -global-isel -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s
2 # REQUIRES: aarch64-registered-target
4 ---
5 name:            test_invoke_start
6 legalized:       true
7 regBankSelected: false
8 selected:        false
9 tracksRegLiveness: true
10 liveins:
11 body:             |
12   bb.0:
14     %0:_(s32) = G_CONSTANT i32 0
16     ; Check we don't error when preceding a non-terminator
17     ; CHECK: G_INVOKE_REGION_START
18     G_INVOKE_REGION_START
20     %1:_(s32) = G_ADD %0, %0
22 ...