[PATCH] D112206: [CSKY] First patch to construct codegen infra and generate first add instruction

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 31 19:08:41 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcf78715cae72: [CSKY] First patch to construct codegen infra and generate first add instruction (authored by zixuan-wu).

Changed prior to commit:
  https://reviews.llvm.org/D112206?vs=381821&id=383703#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112206

Files:
  llvm/lib/Target/CSKY/CMakeLists.txt
  llvm/lib/Target/CSKY/CSKY.h
  llvm/lib/Target/CSKY/CSKY.td
  llvm/lib/Target/CSKY/CSKYAsmPrinter.cpp
  llvm/lib/Target/CSKY/CSKYAsmPrinter.h
  llvm/lib/Target/CSKY/CSKYCallingConv.h
  llvm/lib/Target/CSKY/CSKYCallingConv.td
  llvm/lib/Target/CSKY/CSKYFrameLowering.cpp
  llvm/lib/Target/CSKY/CSKYFrameLowering.h
  llvm/lib/Target/CSKY/CSKYISelDAGToDAG.cpp
  llvm/lib/Target/CSKY/CSKYISelLowering.cpp
  llvm/lib/Target/CSKY/CSKYISelLowering.h
  llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
  llvm/lib/Target/CSKY/CSKYInstrInfo.h
  llvm/lib/Target/CSKY/CSKYMCInstLower.cpp
  llvm/lib/Target/CSKY/CSKYMCInstLower.h
  llvm/lib/Target/CSKY/CSKYMachineFunctionInfo.h
  llvm/lib/Target/CSKY/CSKYRegisterInfo.cpp
  llvm/lib/Target/CSKY/CSKYRegisterInfo.h
  llvm/lib/Target/CSKY/CSKYSubtarget.cpp
  llvm/lib/Target/CSKY/CSKYSubtarget.h
  llvm/lib/Target/CSKY/CSKYTargetMachine.cpp
  llvm/lib/Target/CSKY/CSKYTargetMachine.h
  llvm/lib/Target/CSKY/MCTargetDesc/CSKYBaseInfo.h
  llvm/test/CodeGen/CSKY/base-i.ll
  llvm/test/CodeGen/CSKY/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112206.383703.patch
Type: text/x-patch
Size: 58726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211101/42138f24/attachment.bin>


More information about the llvm-commits mailing list