[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / llvm / test / CodeGen / Hexagon / packetize-dccleana.mir
blob16f58440d607c5269f8f7ca12c021b771318a4e2
1 # RUN: llc -march=hexagon -run-pass=hexagon-packetizer -o - %s | FileCheck %s
3 # Make sure that the load is not packetized together with the dccleana.
4 # CHECK-NOT: BUNDLE
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 (s64) from %fixed-stack.0)
16 ...