[PATCH] D93798: [CSKY 4/n] Add basic CSKYAsmParser and CSKYInstPrinter

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 24 01:40:21 PST 2020


zixuan-wu created this revision.
zixuan-wu added reviewers: rengolin, myhsu, MaskRay, jyknight, theraven, craig.topper, reames.
Herald added subscribers: hiraditya, mgorny.
zixuan-wu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This basic parser will handle basic instructions with register or immediate operands.
With the addition of CSKYInstPrinter, we can now make use of lit tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93798

Files:
  llvm/lib/Target/CSKY/AsmParser/CMakeLists.txt
  llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp
  llvm/lib/Target/CSKY/CMakeLists.txt
  llvm/lib/Target/CSKY/CSKY.td
  llvm/lib/Target/CSKY/CSKYInstrInfo.td
  llvm/lib/Target/CSKY/MCTargetDesc/CMakeLists.txt
  llvm/lib/Target/CSKY/MCTargetDesc/CSKYInstPrinter.cpp
  llvm/lib/Target/CSKY/MCTargetDesc/CSKYInstPrinter.h
  llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCTargetDesc.cpp
  llvm/test/MC/CSKY/csky-invalid.s
  llvm/test/MC/CSKY/csky-valid.s
  llvm/test/MC/CSKY/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93798.313675.patch
Type: text/x-patch
Size: 31513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201224/8b9ffd03/attachment.bin>


More information about the llvm-commits mailing list