From dc9088a10ee93129e05934ca49be9aca81f13c20 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 llvm-svn: 249221 --- llvm/lib/Target/AMDGPU/SIInstrInfo.td | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/llvm/lib/Target/AMDGPU/SIInstrInfo.td b/llvm/lib/Target/AMDGPU/SIInstrInfo.td index 7eddcedf218d8..a90ed1db1b9e6 100644 --- a/llvm/lib/Target/AMDGPU/SIInstrInfo.td +++ b/llvm/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> {