[llvm] [ARM][TableGen][MC] Change the ARM mnemonic operands to be optional for ASM parsing (PR #83436)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 6 04:56:42 PST 2024
================
@@ -7118,6 +7161,11 @@ bool ARMAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
}
}
+ // This marks the end of the LHS Mnemonic operators
----------------
s-barannikov wrote:
Statements should end with a period. Please make sure other comments are fixed as well.
https://github.com/llvm/llvm-project/pull/83436
More information about the llvm-commits
mailing list