[PATCH] D94007: [CSKY 5/n] Add support for all CSKY basic integer instructions except for branch series

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 00:17:22 PST 2021


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

This patch adds basic CSKY integer instructions except for branch series such as bsr, br.
It mainly includes basic ALU, load & store, compare and data move instructions.

Branch series instructions need handle complex symbol operand as following patch later.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94007

Files:
  llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp
  llvm/lib/Target/CSKY/CSKYInstrFormats.td
  llvm/lib/Target/CSKY/CSKYInstrInfo.td
  llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCCodeEmitter.h
  llvm/test/MC/CSKY/csky-invalid.s
  llvm/test/MC/CSKY/csky-valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94007.314324.patch
Type: text/x-patch
Size: 26261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210104/1a7697ea/attachment.bin>


More information about the llvm-commits mailing list