[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
Wed Mar 6 05:09:37 PST 2024
================
@@ -1732,6 +1732,7 @@ def ARMAsmWriter : AsmWriter {
def ARMAsmParser : AsmParser {
bit ReportMultipleNearMisses = 1;
+ let PreferSmallerInstructions= true;
----------------
AlfieRichardsArm wrote:
Done
https://github.com/llvm/llvm-project/pull/83436
More information about the llvm-commits
mailing list