1#RUN: llc -mtriple=aarch64 -o - -global-isel -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s 2# REQUIRES: aarch64-registered-target 3 4--- 5name: test_invoke_start 6legalized: true 7regBankSelected: false 8selected: false 9tracksRegLiveness: true 10liveins: 11body: | 12 bb.0: 13 14 %0:_(s32) = G_CONSTANT i32 0 15 16 ; Check we don't error when preceding a non-terminator 17 ; CHECK: G_INVOKE_REGION_START 18 G_INVOKE_REGION_START 19 20 %1:_(s32) = G_ADD %0, %0 21 22... 23