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