[SystemZ] Optimize (sext (ashr (shl ...), ...))
[oota-llvm.git] / lib / Target / SystemZ / SystemZISelLowering.h
index 2caa0bcb6dff63f519871504a658ee7aa89a8ad8..197b1da32c251d4662b0485ae3d6a1877687b356 100644 (file)
@@ -279,6 +279,7 @@ private:
   SDValue lowerUDIVREM(SDValue Op, SelectionDAG &DAG) const;
   SDValue lowerBITCAST(SDValue Op, SelectionDAG &DAG) const;
   SDValue lowerOR(SDValue Op, SelectionDAG &DAG) const;
+  SDValue lowerSIGN_EXTEND(SDValue Op, SelectionDAG &DAG) const;
   SDValue lowerATOMIC_LOAD(SDValue Op, SelectionDAG &DAG) const;
   SDValue lowerATOMIC_STORE(SDValue Op, SelectionDAG &DAG) const;
   SDValue lowerATOMIC_LOAD_OP(SDValue Op, SelectionDAG &DAG,