[PATCH] D64345: AMDGPU/GlobalISel: Select flat loads

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 07:57:55 PDT 2019


arsenm created this revision.
arsenm added reviewers: nhaehnle, tstellar, rampitec.
Herald added subscribers: Petar.Avramovic, jfb, t-tye, tpr, dstuttard, rovka, yaxunl, wdng, jvesely, kzhuravl.

Now that the patterns use the new PatFrag address space support, the
only blocker to importing most load patterns is the addressing mode
complex patterns.


https://reviews.llvm.org/D64345

Files:
  lib/Target/AMDGPU/AMDGPUGISel.td
  lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  lib/Target/AMDGPU/AMDGPUInstructionSelector.h
  lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIInstrInfo.h
  test/CodeGen/AMDGPU/GlobalISel/inst-select-load-flat.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-load-global.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64345.208420.patch
Type: text/x-patch
Size: 202694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190708/0a753808/attachment-0001.bin>


More information about the llvm-commits mailing list