blob: 97ae692e10dc65d168f944827774b7a12594ce15 [file]
# RUN: llc -mtriple=aarch64 -run-pass=none -o - %s 2>&1 | FileCheck %s
# REQUIRES: aarch64-registered-target
---
name: test_invoke_start
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
...