aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/SIISelLowering.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-08-01 15:23:26 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-08-01 15:23:26 +0000
commit8cd70d3a5bbc5c2b02d288337748a4fd5ddc9f54 (patch)
tree1a6a37aa88be65a34837152fd295cb003d4d731e /lib/Target/R600/SIISelLowering.h
parent0780179d532d20b6b01ba0f1434c93f81b7faea8 (diff)
downloadexternal_llvm-8cd70d3a5bbc5c2b02d288337748a4fd5ddc9f54.zip
external_llvm-8cd70d3a5bbc5c2b02d288337748a4fd5ddc9f54.tar.gz
external_llvm-8cd70d3a5bbc5c2b02d288337748a4fd5ddc9f54.tar.bz2
R600/SI: Custom lower i64 ZERO_EXTEND
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187580 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 0a856d5..08c1d17 100644
--- a/lib/Target/R600/SIISelLowering.h
+++ b/lib/Target/R600/SIISelLowering.h
@@ -25,6 +25,7 @@ class SITargetLowering : public AMDGPUTargetLowering {
SDValue Chain, unsigned Offset) const;
SDValue LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerSIGN_EXTEND(SDValue Op, SelectionDAG &DAG) const;
+ SDValue LowerZERO_EXTEND(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
bool foldImm(SDValue &Operand, int32_t &Immediate,