[PATCH] D86498: AMDGPU/GlobalISel: Partially move constant selection to patterns

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 17:20:41 PDT 2020


arsenm created this revision.
arsenm added reviewers: foad, Petar.Avramovic, mbrkusanin, kerbowa, nhaehnle, rampitec.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, rovka, yaxunl, jvesely, kzhuravl.
Herald added a project: LLVM.
arsenm requested review of this revision.
Herald added a subscriber: wdng.

This is still relying on the manual code for splitting 64-bit
constants, and handling pointers.


https://reviews.llvm.org/D86498

Files:
  llvm/lib/Target/AMDGPU/AMDGPUGISel.td
  llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
  llvm/lib/Target/AMDGPU/SIInstrInfo.td
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-constant.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86498.287528.patch
Type: text/x-patch
Size: 17459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200825/edb58ac3/attachment.bin>


More information about the llvm-commits mailing list