You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
432 B
17 lines
432 B
4 months ago
|
# RUN: llc -march=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 8 from %fixed-stack.0)
|
||
|
...
|