[PATCH] D64340: AMDGPU: Avoid code predicates for extload PatFrags

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


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

Use the MemoryVT field. This will be necessary for tablegen to
automatically handle patterns for GlobalISel.

      

Doesn't handle the d16 lo/hi patterns. Those are a special case since
 it involvess the custom node type.


https://reviews.llvm.org/D64340

Files:
  lib/Target/AMDGPU/AMDGPUInstructions.td
  lib/Target/AMDGPU/BUFInstructions.td
  lib/Target/AMDGPU/EvergreenInstructions.td
  lib/Target/AMDGPU/FLATInstructions.td
  lib/Target/AMDGPU/R600Instructions.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64340.208408.patch
Type: text/x-patch
Size: 11861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190708/7904e173/attachment.bin>


More information about the llvm-commits mailing list