From 8da370d30b7f3698d1e6dcadf293aff7de573194 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 3 Oct 2015 00:29:50 +0000 Subject: [PATCH] AMDGPU/SI: Remove unused tablegen multiclass Reviewers: arsenm Subscribers: arsenm, llvm-commits Differential Revision: http://reviews.llvm.org/D13395 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249221 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AMDGPU/SIInstrInfo.td | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/lib/Target/AMDGPU/SIInstrInfo.td b/lib/Target/AMDGPU/SIInstrInfo.td index 7eddcedf218..a90ed1db1b9 100644 --- a/lib/Target/AMDGPU/SIInstrInfo.td +++ b/lib/Target/AMDGPU/SIInstrInfo.td @@ -1424,22 +1424,6 @@ multiclass VOP3_m pattern, HasMods>; } -// VOP3_m without source modifiers -multiclass VOP3_m_nomods pattern, - string opName, int NumSrcArgs, bit HasMods = 1> { - - def "" : VOP3_Pseudo ; - - let src0_modifiers = 0, - src1_modifiers = 0, - src2_modifiers = 0, - clamp = 0, - omod = 0 in { - def _si : VOP3_Real_si ; - def _vi : VOP3_Real_vi ; - } -} - multiclass VOP3_1_m pattern, string opName, bit HasMods = 1> { -- 2.34.1