[PATCH] D13395: AMDGPU/SI: Remove unused tablegen multiclass

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 17:31:40 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL249221: AMDGPU/SI: Remove unused tablegen multiclass (authored by tstellar).

Changed prior to commit:
  http://reviews.llvm.org/D13395?vs=36391&id=36420#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D13395

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

Index: llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.td
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.td
+++ llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.td
@@ -1424,22 +1424,6 @@
                               HasMods>;
 }
 
-// VOP3_m without source modifiers
-multiclass VOP3_m_nomods <vop op, dag outs, dag ins, string asm, list<dag> pattern,
-                   string opName, int NumSrcArgs, bit HasMods = 1> {
-
-  def "" : VOP3_Pseudo <outs, ins, pattern, opName>;
-
-  let src0_modifiers = 0,
-      src1_modifiers = 0,
-      src2_modifiers = 0,
-      clamp = 0,
-      omod = 0 in {
-    def _si : VOP3_Real_si <op.SI3, outs, ins, asm, opName>;
-    def _vi : VOP3_Real_vi <op.VI3, outs, ins, asm, opName>;
-  }
-}
-
 multiclass VOP3_1_m <vop op, dag outs, dag ins, string asm,
                      list<dag> pattern, string opName, bit HasMods = 1> {
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13395.36420.patch
Type: text/x-patch
Size: 925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151003/15a30108/attachment.bin>


More information about the llvm-commits mailing list