[all-commits] [llvm/llvm-project] 3a87c1: [AArch64][NFC] Normalise name of indexed forms of ...
Ricardo Jesus via All-commits
all-commits at lists.llvm.org
Tue Jun 6 06:03:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a87c15026622eae6dc9668b8fbdc8cd11890b07
https://github.com/llvm/llvm-project/commit/3a87c15026622eae6dc9668b8fbdc8cd11890b07
Author: Ricardo Jesus <rjj at nvidia.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
Log Message:
-----------
[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
More information about the All-commits
mailing list