18 lines · plain
1# RUN: llc -mtriple=hexagon -run-pass prologepilog %s -o - | FileCheck %s2 3# Check that the spill of $q0 no longer uses unaligned store instruction.4# CHECK: V6_vS32b_ai $r16, -256, killed $v05 6---7name: test8tracksRegLiveness: true9stack:10 - { id: 0, type: variable-sized, offset: 0, alignment: 1 }11 - { id: 1, type: spill-slot, size: 128, alignment: 128 }12body: |13 bb.0:14 liveins: $q015 $r16 = PS_aligna 128, implicit $r3016 PS_vstorerq_ai %stack.1, 0, $q017...18