[PATCH] D88391: [M68K] (Patch 5/8) Target lowering

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 27 22:20:39 PDT 2020


myhsu created this revision.
Herald added subscribers: llvm-commits, aaron.ballman, mstorsjo, hiraditya.
Herald added a project: LLVM.
myhsu requested review of this revision.

1. CC lowering
2. Frame lowering
3. ISel
4. Instruction scheduling
5. M68K specific passes
6. Misc target lowering


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88391

Files:
  llvm/lib/Target/M680x0/M680x0CallingConv.h
  llvm/lib/Target/M680x0/M680x0CallingConv.td
  llvm/lib/Target/M680x0/M680x0CollapseMOVEMPass.cpp
  llvm/lib/Target/M680x0/M680x0ExpandPseudo.cpp
  llvm/lib/Target/M680x0/M680x0FrameLowering.cpp
  llvm/lib/Target/M680x0/M680x0FrameLowering.h
  llvm/lib/Target/M680x0/M680x0ISelDAGToDAG.cpp
  llvm/lib/Target/M680x0/M680x0ISelLowering.cpp
  llvm/lib/Target/M680x0/M680x0ISelLowering.h
  llvm/lib/Target/M680x0/M680x0Schedule.td
  llvm/test/CodeGen/M680x0/PAS/CollapseMOVEM.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88391.294599.patch
Type: text/x-patch
Size: 261755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200928/50879477/attachment-0001.bin>


More information about the llvm-commits mailing list