[all-commits] [llvm/llvm-project] 4dad16: [NFC][AArch64] SME2 Add instruction name conventio...
CarolineConcatto via All-commits
all-commits at lists.llvm.org
Tue Nov 15 04:15:55 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4dad168e672c43656127f1a7a2e9642ebd0285a8
https://github.com/llvm/llvm-project/commit/4dad168e672c43656127f1a7a2e9642ebd0285a8
Author: Caroline Concatto <caroline.concatto at arm.com>
Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
Log Message:
-----------
[NFC][AArch64] SME2 Add instruction name convention and fix LookupTable number of registers
This patch adds the name convention for SME instructions.
This patch fixes the number of registers for LookUpTable in the AsmParser.
The number of registers is not used atm, but it is needed.
The switch case in getNumRegsForRegKind needs to have all the
RegKind enum.
More information about the All-commits
mailing list