• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: llc -march=hexagon -run-pass prologepilog %s -o - | FileCheck %s
2
3# Check that the spill of $q0 uses unaligned store instruction.
4# CHECK: V6_vS32Ub_ai $r30, -128, killed $v0
5
6---
7name:            test
8tracksRegLiveness: true
9stack:
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: $q0
15    PS_vstorerq_ai %stack.1, 0, $q0
16...
17