[llvm] [ARM][TableGen][MC] Change the ARM mnemonic operands to be optional for ASM parsing (PR #83436)

Alfie Richards via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 1 08:04:11 PST 2024


================
@@ -4052,6 +4073,66 @@ static MCRegister MatchRegisterName(StringRef Name);
 
 /// }
 
+static bool isDataTypeToken(StringRef Tok) {
+  return Tok == ".8" || Tok == ".16" || Tok == ".32" || Tok == ".64" ||
----------------
AlfieRichardsArm wrote:

Done 

https://github.com/llvm/llvm-project/pull/83436


More information about the llvm-commits mailing list