[PATCH] D95030: [CSKY 7/n] Initial codegen support for ALU operations

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 22:35:10 PST 2021


myhsu added inline comments.


================
Comment at: llvm/lib/Target/CSKY/CMakeLists.txt:26
+  CSKYRegisterInfo.cpp
+  CSKYSubtarget.cpp
 
----------------
(nit) sorting


================
Comment at: llvm/lib/Target/CSKY/CSKYAsmPrinter.h:35
+  bool runOnMachineFunction(MachineFunction &MF) override;
+  // void EmitToStreamer(MCStreamer &S, const MCInst &Inst);
+};
----------------
remove this comment please


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95030



More information about the llvm-commits mailing list