[PATCH] D19077: AMDGPU: Add skeleton GlobalIsel implementation

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 14:47:00 PDT 2016


tstellarAMD created this revision.
tstellarAMD added reviewers: arsenm, qcolombet.
tstellarAMD added a subscriber: llvm-commits.
Herald added subscribers: vkalintiris, joker.eph, arsenm.

This adds the necessary target code to be able to run the ir translator.
Lowering function arguments and returns is a nop and there is no support
for RegBankSelect.

http://reviews.llvm.org/D19077

Files:
  lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  lib/Target/AMDGPU/AMDGPUCallLowering.h
  lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  lib/Target/AMDGPU/AMDGPUSubtarget.h
  lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  lib/Target/AMDGPU/CMakeLists.txt
  test/CodeGen/AMDGPU/GlobalISel/amdgpu-irtranslator.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19077.53623.patch
Type: text/x-patch
Size: 9239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160413/4f0109fe/attachment-0001.bin>


More information about the llvm-commits mailing list