[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
Thu Mar 14 04:06:26 PDT 2024


================
@@ -1564,6 +1562,10 @@ class AsmParser {
   // method shall be called for all operands as opposed to only those
   // that have their own specified custom parsers.
   bit CallCustomParserForAllOperands = false;
+
+  // PreferSmallerInstructions - Should the assembly matcher prefer the smaller
+  // instructions.
----------------
AlfieRichardsArm wrote:

Addressing in https://github.com/llvm/llvm-project/pull/83587

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


More information about the llvm-commits mailing list