brintos

brintos / llvm-project-archived public Read only

0
0
Text · 432 B · 6c6f9b6 Raw
16 lines · plain
1# RUN: not llc -mtriple=aarch64-- -run-pass=none -o /dev/null %s 2>&1 | FileCheck %s2 3---4name: test_shuffle_05tracksRegLiveness: true6body:             |7  bb.0:8    liveins: $d09    %0:_(<2 x s32>) = COPY $d010    %2:_(<2 x s32>) = G_IMPLICIT_DEF11    ; CHECK: [[@LINE+1]]:67: shufflemask should have > 1 element12    %1:_(s32) = G_SHUFFLE_VECTOR %0(<2 x s32>), %2, shufflemask(0)13    $w0 = COPY %114    RET_ReallyLR implicit $w015...16