7 lines · plain
1# RUN: not llvm-mc -triple=riscv64 --mattr=+zve64x --mattr=+zvksed %s 2>&1 \2# RUN: | FileCheck %s --check-prefix=CHECK-ERROR3 4vsm4r.vs v10, v105# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group6# CHECK-ERROR-LABEL: vsm4r.vs v10, v107