19 lines · plain
1# RUN: not --crash llc -o - -mtriple=arm64 -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s2# REQUIRES: aarch64-registered-target3 4---5name: test_ubsantrap6tracksRegLiveness: true7liveins:8body: |9 bb.0:10 11 ; CHECK: Crash kind must be 8 bit wide12 G_UBSANTRAP 409613 14 ; CHECK: Crash kind must be an immediate15 %5:_(s32) = IMPLICIT_DEF16 G_UBSANTRAP %517 18...19