Most indexed vector instructions are suffixed with v<N><TY>_indexed.
SQRDMLAH/SQRDMLSH are the exception—they are suffixed with <TY>_indexed.
This can complicate matching slightly.
Differential D152161
[AArch64][NFC] Normalise name of indexed forms of SQRDMLAH/SQRDMLSH rjj on Jun 5 2023, 6:49 AM. Authored by
Details Most indexed vector instructions are suffixed with v<N><TY>_indexed. SQRDMLAH/SQRDMLSH are the exception—they are suffixed with <TY>_indexed.
Diff Detail Event TimelineComment Actions Thanks. There is a mention of i32_indexed in llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll that looks like it references the same thing. Other than that I agree this looks better. Thanks for splitting it out. LGTM. |