blob: d6ddc072cb9239f72f2bc478bf36292160ea0312 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# RUN: llc -mtriple=hexagon -run-pass=hexagon-packetizer -o - %s | FileCheck %s
# Make sure that the load is not packetized together with the dccleana.
# CHECK-NOT: BUNDLE
---
name: foo
tracksRegLiveness: true
fixedStack:
- { id: 0, offset: 0, size: 16, alignment: 8, isImmutable: true }
body: |
bb.0:
liveins: $r1
Y2_dccleana killed renamable $r1
$d8 = L2_loadrd_io killed $r29, 8 :: (load (s64) from %fixed-stack.0)
...
|