[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
Fri Mar 1 18:10:55 PST 2024
================
@@ -4053,6 +4073,63 @@ static MCRegister MatchRegisterName(StringRef Name);
/// }
+static const DenseSet<StringRef> DataTypes{
----------------
s-barannikov wrote:
This should be moved inside isDataTypeToken to avoid start-up initialization cost.
https://github.com/llvm/llvm-project/pull/83436
More information about the llvm-commits
mailing list