brintos

brintos / llvm-project-archived public Read only

0
0
Text · 450 B · 95b7cfc Raw
19 lines · plain
1# RUN: not llc -mtriple=aarch64-- -run-pass=none -o /dev/null %s 2>&1 | FileCheck %s2 3---4name: test_not_integer5tracksRegLiveness: true6body:             |7  bb.0:8    liveins: $d09 10    %0:_(<2 x s32>) = COPY $d011    %2:_(<2 x s32>) = G_IMPLICIT_DEF12 13    ; CHECK: [[@LINE+1]]:74: expected integer constant14    %1:_(<2 x s32>) = G_SHUFFLE_VECTOR %0(<2 x s32>), %2, shufflemask(1, arst)15    $d0 = COPY %1(<2 x s32>)16    RET_ReallyLR implicit $d017 18...19