[PATCH] D45994: AMDGPU/GlobalISel: Enable TableGen'd instruction selector

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 20:20:52 PDT 2018


tstellar updated this revision to Diff 146056.
tstellar added a comment.

I've dropped the immediate folding for now.  This is blocking the rest of
my global isel patches, so I would rather just get this simple version
committed.  We can always bring back the immediate folding if we think
it will be useful.


Repository:
  rL LLVM

https://reviews.llvm.org/D45994

Files:
  lib/Target/AMDGPU/AMDGPUGISel.td
  lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  lib/Target/AMDGPU/AMDGPUInstructionSelector.h
  lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  lib/Target/AMDGPU/CMakeLists.txt
  lib/Target/AMDGPU/SIRegisterInfo.cpp
  lib/Target/AMDGPU/SIRegisterInfo.h
  test/CodeGen/AMDGPU/GlobalISel/inst-select-or.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45994.146056.patch
Type: text/x-patch
Size: 10544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180510/4711a796/attachment.bin>


More information about the llvm-commits mailing list