[PATCH] D33128: [AsmParser] Mnemonic Spell Corrector

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 03:20:44 PDT 2017


SjoerdMeijer added a comment.

Hi @rengolin, Simon had some great suggestions: using the architecture features to narrow down the number of candidates, and the use of the existing stringref edit distance function, which makes this now a fairly straightforward patch. Is it okay to commit this (with the last nits fixed)? Cheers.


https://reviews.llvm.org/D33128





More information about the llvm-commits mailing list