[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
Thu Feb 29 10:16:15 PST 2024
================
@@ -7290,64 +7304,68 @@ bool ARMAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
// on the Mnemonic based checking to correctly figure out when to put
// a k_CondCode operand in the list. If we're trying to match the label
// version, remove the k_CondCode operand here.
----------------
s-barannikov wrote:
De-indent the comment, too.
https://github.com/llvm/llvm-project/pull/83436
More information about the llvm-commits
mailing list