xref: /llvm-project/llvm/test/MC/Hexagon/vtmp_def.s (revision 252c42354eca54274ed7b10c32c73c6937478e8b)
1# RUN: not llvm-mc -triple=hexagon -mv65 -mhvx -filetype=obj %s 2>&1 | FileCheck %s
2
3# CHECK: register `VTMP' modified more than once
4{ vtmp.h=vgather(r0, m0, v1:0.w).h
5  vtmp.h=vgather(r0, m0, v1:0.w).h }
6