]> granicus.if.org Git - llvm/commit
[AMDGPU] Disable unused gfx10 dpp instructions
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Tue, 8 Oct 2019 16:56:01 +0000 (16:56 +0000)
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Tue, 8 Oct 2019 16:56:01 +0000 (16:56 +0000)
commitf9ec9d5c732b302bafde39efb34baa7ca7a49784
tree5c2f639019551cb6cb22e2296e84d18ce7cac179
parent9d2cafcc8c04041068a412f64bc18b1692747426
[AMDGPU] Disable unused gfx10 dpp instructions

Inhibit generation of unused real dpp instructions on gfx10 just
like it is done on other subtargets. This does not change anything
because these are illegal anyway and not accepted, but it does
reduce the number of instruction definitions generated.

Differential Revision: https://reviews.llvm.org/D68607

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374083 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/VOP1Instructions.td
lib/Target/AMDGPU/VOP2Instructions.td