< prev index next >

src/hotspot/share/opto/convertnode.hpp

Print this page
rev 47825 : Support vectorization of sqrt for float

@@ -49,10 +49,11 @@
   ConvD2FNode( Node *in1 ) : Node(0,in1) {}
   virtual int Opcode() const;
   virtual const Type *bottom_type() const { return Type::FLOAT; }
   virtual const Type* Value(PhaseGVN* phase) const;
   virtual Node* Identity(PhaseGVN* phase);
+  virtual Node *Ideal(PhaseGVN *phase, bool can_reshape);
   virtual uint  ideal_reg() const { return Op_RegF; }
 };
 
 //------------------------------ConvD2INode------------------------------------
 // Convert Double to Integer
< prev index next >