[PATCH] D83100: [PPC][GlobalISel] Add initial GlobalIsel infrastructure
Kit Barton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 13:35:49 PDT 2020
kbarton updated this revision to Diff 286131.
kbarton added a comment.
- Add const to all parameters of createPPCInstructionSelector.
- Address review comments - minor clean in PPC::lowerFormalArguments and update comments.
- Put all new GlobalISel related files into new GISel subdirectory.
- Fix warnings from clang-tidy and clang-format.
- Remove unnecessary whitespace.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83100/new/
https://reviews.llvm.org/D83100
Files:
llvm/lib/Target/PowerPC/CMakeLists.txt
llvm/lib/Target/PowerPC/GISel/PPCCallLowering.cpp
llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h
llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp
llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.cpp
llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h
llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp
llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
llvm/lib/Target/PowerPC/GISel/PPCRegisterBanks.td
llvm/lib/Target/PowerPC/LLVMBuild.txt
llvm/lib/Target/PowerPC/PPC.h
llvm/lib/Target/PowerPC/PPC.td
llvm/lib/Target/PowerPC/PPCSubtarget.cpp
llvm/lib/Target/PowerPC/PPCSubtarget.h
llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
llvm/test/CodeGen/PowerPC/GlobalISel/irtranslator-ret.ll
llvm/test/CodeGen/PowerPC/GlobalISel/legalize-ret.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83100.286131.patch
Type: text/x-patch
Size: 22640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200817/d1e7e084/attachment.bin>
More information about the llvm-commits
mailing list