aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/SIISelLowering.h
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-11-18 20:09:47 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-11-18 20:09:47 +0000
commite64a2896094be370f5ca3d755f62c762fb94b37a (patch)
tree380c065a1d26e1dd8a02a6d1a49df1651626752a /lib/Target/R600/SIISelLowering.h
parent15703e0a71e7583b107499045374c364976452e2 (diff)
downloadexternal_llvm-e64a2896094be370f5ca3d755f62c762fb94b37a.zip
external_llvm-e64a2896094be370f5ca3d755f62c762fb94b37a.tar.gz
external_llvm-e64a2896094be370f5ca3d755f62c762fb94b37a.tar.bz2
R600/SI: Implement add i64, but do not yet enable.
Test doesn't actually check the output. I need to fix add i64 being matched for the addressing calculations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195040 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 384caf4..9933ece 100644
--- a/lib/Target/R600/SIISelLowering.h
+++ b/lib/Target/R600/SIISelLowering.h
@@ -30,6 +30,7 @@ class SITargetLowering : public AMDGPUTargetLowering {
SDValue LowerSIGN_EXTEND(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerSTORE(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerZERO_EXTEND(SDValue Op, SelectionDAG &DAG) const;
+ SDValue LowerADD(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
SDValue ResourceDescriptorToi128(SDValue Op, SelectionDAG &DAG) const;