brintos

brintos / llvm-project-archived public Read only

0
0
Text · 438 B · d6ddc07 Raw
17 lines · plain
1# RUN: llc -mtriple=hexagon -run-pass=hexagon-packetizer -o - %s | FileCheck %s2 3# Make sure that the load is not packetized together with the dccleana.4# CHECK-NOT: BUNDLE5 6---7name: foo8tracksRegLiveness: true9fixedStack:10- { id: 0, offset: 0, size: 16, alignment: 8, isImmutable: true }11body: |12  bb.0:13    liveins: $r114    Y2_dccleana killed renamable $r115    $d8 = L2_loadrd_io killed $r29, 8 :: (load (s64) from %fixed-stack.0)16...17