[PATCH] D33128: [AsmParser] Mnemonic Spell Corrector

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 06:48:39 PDT 2017


sdardis added a comment.

This looks quite useful. One suggestion I have after playing around with this patch is to restrict the suggestions based on the available feature bits as that narrows the list of possibilities quite nicely.


https://reviews.llvm.org/D33128





More information about the llvm-commits mailing list