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


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

Ah yeah that would make sense, I am happy to move it. 

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


More information about the llvm-commits mailing list