[all-commits] [llvm/llvm-project] eedb96: [RISCV] Add assembly mnemonic spell checking

Simon Cook via All-commits all-commits at lists.llvm.org
Mon Nov 18 02:58:10 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: eedb9648229ff14bf8d5a526099f765ea23f3777
      https://github.com/llvm/llvm-project/commit/eedb9648229ff14bf8d5a526099f765ea23f3777
  Author: Simon Cook <simon.cook at embecosm.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    A llvm/test/MC/RISCV/invalid-instruction-spellcheck.s

  Log Message:
  -----------
  [RISCV] Add assembly mnemonic spell checking

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

Reviewers: asb, lenary, lewis-revill

Reviewed By: asb

Subscribers: hiraditya, rbar, johnrusso, apazos, sabuasal, niosHD, kito-cheng, shiva0217, jrtc27, MaskRay, zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o, rkruppe, PkmX, jocewei, psnobl, benna, Jim, s.egerton, pzheng, sameer.abuasal, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D69894




More information about the All-commits mailing list