brintos

brintos / llvm-project-archived public Read only

0
0
Text · 260 B · 6a05337 Raw
10 lines · plain
1# RUN: llvm-mc -triple=hexagon -mv65 -filetype=asm -mhvx %s | FileCheck %s2 3# CHECK-NOT: error: register `{{.+}}' modified more than once4 5{ Q0 = VCMP.EQ(V0.h,V4.h)6  Q1 = VCMP.EQ(V1.h,V6.h)7  IF (Q3) VTMP.h = VGATHER(R0,M0,V3.h).h8  VMEM(R4++#1) = VTMP.new9}10