Skip to content

Commit

Permalink
AMDGPU/SI: Remove unused tablegen multiclass
Browse files Browse the repository at this point in the history
Reviewers: arsenm

Subscribers: arsenm, llvm-commits

Differential Revision: http://reviews.llvm.org/D13395

llvm-svn: 249221
  • Loading branch information
tstellarAMD committed Oct 3, 2015
1 parent 2f83437 commit dc9088a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions llvm/lib/Target/AMDGPU/SIInstrInfo.td
Expand Up @@ -1424,22 +1424,6 @@ multiclass VOP3_m <vop op, dag outs, dag ins, string asm, list<dag> pattern,
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> {

Expand Down

0 comments on commit dc9088a

Please sign in to comment.