18 lines · plain
1#RUN: not --crash llc -mtriple=aarch64 -o - -global-isel -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s2# REQUIRES: aarch64-registered-target3 4---5name: test_assert_align6legalized: true7regBankSelected: false8selected: false9tracksRegLiveness: true10liveins:11body: |12 bb.0:13 liveins: $x0, $q014 %ptr:_(p0) = COPY $x015 16 ; CHECK: Bad machine code: alignment immediate must be >= 117 %v:_(s32) = G_ASSERT_ALIGN %ptr:_(p0), 018