[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / spill-vector-alignment.mir
blob3ad67ce7931d482eded347bfdaeea186512f8332
1 # RUN: llc -march=hexagon -run-pass prologepilog %s -o - | FileCheck %s
3 # Check that the spill of $q0 no longer uses unaligned store instruction.
4 # CHECK: V6_vS32b_ai $r16, -256, killed $v0
6 ---
7 name:            test
8 tracksRegLiveness: true
9 stack:
10   - { id: 0, type: variable-sized, offset: 0, alignment: 1 }
11   - { id: 1, type: spill-slot, size: 128, alignment: 128 }
12 body: |
13   bb.0:
14     liveins: $q0
15     $r16 = PS_aligna 128, implicit $r30
16     PS_vstorerq_ai %stack.1, 0, $q0
17 ...