brintos

brintos / llvm-project-archived public Read only

0
0
Text · 964 B · a6a76d8 Raw
32 lines · plain
1# RUN: llc -mtriple=hexagon -mcpu=hexagonv65 -start-before hexagon-packetizer -o - %s | FileCheck %s2 3# Check that the vgather pseudo was expanded and packetized with the4# surrounding instructions.5 6# CHECK:      r1 = add(r1,#1)7# CHECK-NEXT: vtmp.h = vgather8# CHECK-NEXT: vmem(r0+#0) = vtmp.new9# CHECK-NEXT: } :endloop010 11name: fred12tracksRegLiveness: true13body: |14  bb.0:15    liveins: $r0, $r1, $r2, $m0, $w016    $r1 = A2_tfrsi 217    $r2 = A2_tfrsi 118    $m0 = A2_tfrrcr $r119    J2_loop0i %bb.1, 128, implicit-def $lc0, implicit-def $sa0, implicit-def $usr20 21  bb.1:22    liveins: $r0, $r1, $r2, $m0, $w023    $r1 = A2_addi $r1, 124    V6_vgathermhw_pseudo killed $r0, 0, killed $r2, killed $m0, killed $w0, implicit-def $vtmp25    ENDLOOP0 %bb.1, implicit $lc0, implicit $sa0, implicit-def $lc0, implicit-def $p3, implicit-def $pc, implicit-def $usr26 27  bb.2:28    liveins: $r129    $r0 = A2_tfr $r130    PS_jmpret killed $r31, implicit $r0, implicit-def dead $pc31...32