[AArch64][NFC] Normalise name of indexed forms of SQRDMLAH/SQRDMLSH
authorRicardo Jesus <rjj@nvidia.com>
Fri, 2 Jun 2023 09:02:06 +0000 (09:02 +0000)
committerRicardo Jesus <rjj@nvidia.com>
Tue, 6 Jun 2023 13:02:36 +0000 (13:02 +0000)
commit3a87c15026622eae6dc9668b8fbdc8cd11890b07
tree004b3ccd552bdfa8cc92a02fd68f4ce7af273957
parent050227004ca34cd5cb8e65f214c49b47c206c4b3
[AArch64][NFC] Normalise name of indexed forms of SQRDMLAH/SQRDMLSH

Most indexed vector instructions are suffixed with v<N><TY>_indexed.

SQRDMLAH/SQRDMLSH are the exception, being suffixed with <TY>_indexed
instead, which can complicate matching them slightly.

Differential Revision: https://reviews.llvm.org/D152161
llvm/lib/Target/AArch64/AArch64InstrFormats.td
llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll