[PATCH] D22373: [GlobalISel] Introduce a simple instruction selector.
Ahmed Bougacha via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 19 12:22:56 PDT 2016
ab updated this revision to Diff 64541.
ab marked 13 inline comments as done.
ab added a comment.
- Extract gvreg parts of constrainRegClass into a wrapper in RegisterBankInfo (this also avoids the CodeGen->GISel layering problem)
- Add a short explanation for the added tests
- Various cleanups
https://reviews.llvm.org/D22373
Files:
include/llvm/CodeGen/GlobalISel/GISelAccessor.h
include/llvm/CodeGen/GlobalISel/InstructionSelect.h
include/llvm/CodeGen/GlobalISel/InstructionSelector.h
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
include/llvm/CodeGen/TargetPassConfig.h
include/llvm/InitializePasses.h
include/llvm/Target/TargetSubtargetInfo.h
lib/CodeGen/GlobalISel/CMakeLists.txt
lib/CodeGen/GlobalISel/GlobalISel.cpp
lib/CodeGen/GlobalISel/InstructionSelect.cpp
lib/CodeGen/GlobalISel/InstructionSelector.cpp
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/MachineRegisterInfo.cpp
lib/Target/AArch64/AArch64InstructionSelector.cpp
lib/Target/AArch64/AArch64InstructionSelector.h
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/CMakeLists.txt
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22373.64541.patch
Type: text/x-patch
Size: 33077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160719/b186918b/attachment.bin>
More information about the llvm-commits
mailing list