[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
Mon Mar 4 01:44:48 PST 2024


================
@@ -4053,6 +4073,63 @@ static MCRegister MatchRegisterName(StringRef Name);
 
 /// }
 
+static const DenseSet<StringRef> DataTypes{
----------------
AlfieRichardsArm wrote:

Done thank you

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


More information about the llvm-commits mailing list