[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:22 PST 2024


================
@@ -1747,4 +1747,5 @@ def ARM : Target {
   let AssemblyParsers = [ARMAsmParser];
   let AssemblyParserVariants = [ARMAsmParserVariant];
   let AllowRegisterRenaming = 1;
+  let PreferSmallerInstructions= true;
----------------
AlfieRichardsArm wrote:

Will continue this 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