[PATCH] D94102: [AMDGPU] Deduplicate VOP tablegen asm & ins

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 10:49:42 PST 2021


Joe_Nash created this revision.
Joe_Nash added reviewers: rampitec, foad, critson.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
Joe_Nash requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

VOP3 and VOP DPP subroutines to generate input
operands and asm strings were essentially copy
pasted several times. They are deduplicated to
reduce the maintenance burden and allow faster
development.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94102

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.td
  llvm/lib/Target/AMDGPU/VOP3Instructions.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94102.314664.patch
Type: text/x-patch
Size: 14795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210105/cafc1dd7/attachment.bin>


More information about the llvm-commits mailing list