23 lines · plain
1#RUN: llc -mtriple=aarch64 -o - -global-isel -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s2# REQUIRES: aarch64-registered-target3 4---5name: test_invoke_start6legalized: true7regBankSelected: false8selected: false9tracksRegLiveness: true10liveins:11body: |12 bb.0:13 14 %0:_(s32) = G_CONSTANT i32 015 16 ; Check we don't error when preceding a non-terminator17 ; CHECK: G_INVOKE_REGION_START18 G_INVOKE_REGION_START19 20 %1:_(s32) = G_ADD %0, %021 22...23