This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add assembly mnemonic spell checking
ClosedPublic

Authored by simoncook on Nov 6 2019, 7:01 AM.

Details

Summary

This allows the assembler to suggest alternative assembly mnemonics when
an invalid one has been provided.

Diff Detail

Event Timeline

simoncook created this revision.Nov 6 2019, 7:01 AM
asb accepted this revision.Nov 15 2019, 7:58 AM

Compared this to commits that introduced assembly mnemonic spellchecking for other backends, and it looks good to me. Thanks Simon!

This revision is now accepted and ready to land.Nov 15 2019, 7:58 AM
This revision was automatically updated to reflect the committed changes.