[PATCH] D89180: [CSKY 2/n] Add basic tablegen infra for CSKY
Zixuan Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 10 00:08:54 PDT 2020
zixuan-wu created this revision.
zixuan-wu added reviewers: craig.topper, theraven, arsenm, jyknight.
Herald added subscribers: llvm-commits, pengfei, hiraditya, mgorny.
Herald added a project: LLVM.
zixuan-wu requested review of this revision.
Herald added a subscriber: wdng.
This introduce basic tablegen infra such as CSKY{InstrFormats,InstrInfo,RegisterInfo,}.td. For now, only add instruction definitions for basic CSKY ISA operations, and the instruction format and register info are almost complete.
Our initial target is a working MC layer rather than codegen, so appropriate SelectionDAG patterns will come later.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89180
Files:
llvm/lib/Target/CSKY/CMakeLists.txt
llvm/lib/Target/CSKY/CSKY.td
llvm/lib/Target/CSKY/CSKYInstrFormats.td
llvm/lib/Target/CSKY/CSKYInstrInfo.td
llvm/lib/Target/CSKY/CSKYRegisterInfo.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89180.297388.patch
Type: text/x-patch
Size: 33718 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201010/67a1741c/attachment-0001.bin>
More information about the llvm-commits
mailing list