llvm-project/llvm/lib/Target/ARM/AsmParser
David Green deb8f8ab17 [ARM] Add errors for MVE exclusive registers.
These instructions already had errors for operands that could not share
the same register:
  VCMUL, VMULL, VQDMULL.
This extends that to a few others:
  VREV64, VQDMULLqr, VCADD and VHCADD.
Only the i32 types require the error.

Differential Revision: https://reviews.llvm.org/D135560
2022-10-10 22:06:35 +01:00
..
ARMAsmParser.cpp [ARM] Add errors for MVE exclusive registers. 2022-10-10 22:06:35 +01:00
CMakeLists.txt