aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/SIISelLowering.h
diff options
context:
space:
mode:
authorChristian Konig <christian.koenig@amd.com>2013-02-26 17:52:16 +0000
committerChristian Konig <christian.koenig@amd.com>2013-02-26 17:52:16 +0000
commitc018ecac2f2f475b6e1023e90d0e48fcf9bd6e1d (patch)
tree1ce9097ebae4bf9b197ae514a24bd5ddcb83f98b /lib/Target/R600/SIISelLowering.h
parent749428f852b63a98e872ba69b0c576b26b7b7518 (diff)
downloadexternal_llvm-c018ecac2f2f475b6e1023e90d0e48fcf9bd6e1d.zip
external_llvm-c018ecac2f2f475b6e1023e90d0e48fcf9bd6e1d.tar.gz
external_llvm-c018ecac2f2f475b6e1023e90d0e48fcf9bd6e1d.tar.bz2
R600/SI: add folding helper
Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/SIISelLowering.h')
-rw-r--r--lib/Target/R600/SIISelLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/R600/SIISelLowering.h b/lib/Target/R600/SIISelLowering.h
index 5d048f8..71f99ac 100644
--- a/lib/Target/R600/SIISelLowering.h
+++ b/lib/Target/R600/SIISelLowering.h
@@ -41,6 +41,7 @@ public:
virtual EVT getSetCCResultType(EVT VT) const;
virtual SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const;
virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
+ virtual SDNode *PostISelFolding(MachineSDNode *N, SelectionDAG &DAG) const;
};
} // End namespace llvm