blob: d79bb86878a0d422f8df5ea91f1d89af9d3d3ca4 [file] [log] [blame]
#RUN: llc -march=aarch64 -o - -global-isel -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s
# REQUIRES: aarch64-registered-target
---
name: test_invoke_start
legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
liveins:
body: |
bb.0:
%0:_(s32) = G_CONSTANT i32 0
; Check we don't error when preceding a non-terminator
; CHECK: G_INVOKE_REGION_START
G_INVOKE_REGION_START
%1:_(s32) = G_ADD %0, %0
...