31 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -mtriple=aarch64 -run-pass=regbankselect -verify-machineinstrs %s -o - | FileCheck %s3#4# Verify register banks for G_ASSERT_ALIGN.5#6 7---8name: gpr9alignment: 410legalized: true11tracksRegLiveness: true12body: |13 bb.0:14 liveins: $x015 16 ; G_ASSERT_ALIGN should end up on a GPR.17 18 ; CHECK-LABEL: name: gpr19 ; CHECK: liveins: $x020 ; CHECK-NEXT: {{ $}}21 ; CHECK-NEXT: %copy:gpr(p0) = COPY $x022 ; CHECK-NEXT: %copy_assert_align:gpr(p0) = G_ASSERT_ALIGN %copy, 423 ; CHECK-NEXT: $x1 = COPY %copy_assert_align(p0)24 ; CHECK-NEXT: RET_ReallyLR implicit $x125 %copy:_(p0) = COPY $x026 %copy_assert_align:_(p0) = G_ASSERT_ALIGN %copy(p0), 427 $x1 = COPY %copy_assert_align28 RET_ReallyLR implicit $x129 30...31