[PATCH] D14257: [AsmParser] Generalize matching for grammars without mnemonic-lead statements.
Colin LeMahieu via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 5 12:08:12 PST 2015
colinl added a comment.
This change will increase the size of the match table Classes array by 1 entry per instruction.
Future work could be done to remove the mnemonic entry from MatchEntry and instead use the match class in the Classes array.
Repository:
rL LLVM
http://reviews.llvm.org/D14257
More information about the llvm-commits
mailing list