[PATCH] D115862: [LoongArch][test] (5/5) Add encoding and mnemonics tests

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 20 20:05:28 PST 2021


SixWeining added a comment.

In D115862#3202426 <https://reviews.llvm.org/D115862#3202426>, @myhsu wrote:

> Just want to double check: AsmParser is not implemented yet, is that correct?
> Also, can you rename the test filename to be more expressive and straightforward.

Yes. AsmParser is not implemented yet which is in our next plan. Until that these MIR tests would be removed and rewrote with `.s` MC tests and put to llvm/tests/MC/LoongArch like the `M68K` target does.
About the tes filename, we'll update them until the comments from @xen0n (about the instruction format names) are addressed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115862/new/

https://reviews.llvm.org/D115862



More information about the llvm-commits mailing list