[all-commits] [llvm/llvm-project] bcec0f: [AMDGPU] Deduplicate VOP tablegen asm & ins
Joe Nash via All-commits
all-commits at lists.llvm.org
Mon Jan 11 11:01:59 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bcec0f27a2c37b64d5e8b84bbbfa563edae6affe
https://github.com/llvm/llvm-project/commit/bcec0f27a2c37b64d5e8b84bbbfa563edae6affe
Author: Joe Nash <Joseph.Nash at amd.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
Log Message:
-----------
[AMDGPU] Deduplicate VOP tablegen asm & ins
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.
Reviewed By: dp
Differential Revision: https://reviews.llvm.org/D94102
Change-Id: I76225eed3c33239d9573351e0c8a0abfad0146ea
More information about the All-commits
mailing list