brintos

brintos / llvm-project-archived public Read only

0
0
Text · 492 B · 9a8f94f Raw
20 lines · plain
1# RUN: not llc -mtriple=aarch64-- -run-pass=none -o /dev/null %s 2>&1 | FileCheck %s2 3---4name: test_missing_comma5tracksRegLiveness: true6body:             |7  bb.0:8    liveins: $d09 10    %0:_(<2 x s32>) = COPY $d011    %2:_(<2 x s32>) = G_IMPLICIT_DEF12 13    ; FIXME: Not ideal error14    ; CHECK: [[@LINE+1]]:73: shufflemask should be terminated by ')'.15    %1:_(<2 x s32>) = G_SHUFFLE_VECTOR %0(<2 x s32>), %2, shufflemask(1 0)16    $d0 = COPY %1(<2 x s32>)17    RET_ReallyLR implicit $d018 19...20