summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDILInstrInfo.td
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-02-18 14:11:28 +0000
committerVincent Lejeune <vljn@ovi.com>2013-02-18 14:11:28 +0000
commite3111964a0902bc38440980b0915b189f829c395 (patch)
tree336a643e8a9a838c7847a364fe47de03aebb80c4 /lib/Target/R600/AMDILInstrInfo.td
parentbbbef49118809c6a8d424a9434a70c0fdc3a66d5 (diff)
downloadllvm-e3111964a0902bc38440980b0915b189f829c395.tar.gz
llvm-e3111964a0902bc38440980b0915b189f829c395.tar.bz2
llvm-e3111964a0902bc38440980b0915b189f829c395.tar.xz
R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175446 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/AMDILInstrInfo.td')
-rw-r--r--lib/Target/R600/AMDILInstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/R600/AMDILInstrInfo.td b/lib/Target/R600/AMDILInstrInfo.td
index e969bbf8ca..110f147651 100644
--- a/lib/Target/R600/AMDILInstrInfo.td
+++ b/lib/Target/R600/AMDILInstrInfo.td
@@ -116,7 +116,6 @@ def IL_retflag : SDNode<"AMDGPUISD::RET_FLAG", SDTNone,
//===--------------------------------------------------------------------===//
// Floating point math functions
def IL_div_inf : SDNode<"AMDGPUISD::DIV_INF", SDTIL_GenBinaryOp>;
-def IL_mad : SDNode<"AMDGPUISD::MAD", SDTIL_GenTernaryOp>;
//===----------------------------------------------------------------------===//
// Integer functions