Home | History | Annotate | Download | only in Hexagon
      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 ---
      7 name: foo
      8 tracksRegLiveness: true
      9 fixedStack:
     10 - { id: 0, offset: 0, size: 16, alignment: 8, isImmutable: true }
     11 body: |
     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