[PATCH] D64337: AMDGPU: Split extload/zextload local load patterns

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


arsenm created this revision.
arsenm added reviewers: rampitec, nhaehnle, vpykhtin, dp.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, wdng, jvesely, kzhuravl.

This will help removing the custom load predicates, allowing the
global isel emitter to handle them.


https://reviews.llvm.org/D64337

Files:
  lib/Target/AMDGPU/AMDGPUInstructions.td
  lib/Target/AMDGPU/DSInstructions.td
  lib/Target/AMDGPU/EvergreenInstructions.td
  lib/Target/AMDGPU/SIInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64337.208404.patch
Type: text/x-patch
Size: 6616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190708/3e0995b8/attachment-0001.bin>


More information about the llvm-commits mailing list