R600/SI: Allow using f32 rcp / rsq when denormals not handled.
[oota-llvm.git] / lib / Target / R600 / SIISelLowering.h
index aa09d2c9f8e9bb9ccedcd916cbbeccd6da3cfd48..9e9a0b05f530f46e1fa47431dea0a93749379634 100644 (file)
@@ -27,6 +27,7 @@ class SITargetLowering : public AMDGPUTargetLowering {
                                SelectionDAG &DAG) const;
   SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
   SDValue LowerSELECT(SDValue Op, SelectionDAG &DAG) const;
+  SDValue LowerFastFDIV(SDValue Op, SelectionDAG &DAG) const;
   SDValue LowerFDIV32(SDValue Op, SelectionDAG &DAG) const;
   SDValue LowerFDIV64(SDValue Op, SelectionDAG &DAG) const;
   SDValue LowerFDIV(SDValue Op, SelectionDAG &DAG) const;