This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] tree-ssa-dom.c: Use VEC(vrp_element_p,heap) instead ofVARRAY.
Hi Jeff,
> Actually, now that we have a real VRP pass, we should *seriously*
> consider killing the VRP code in tree-ssa-dom.c.
Yes.
> I haven't looked, but I would utterly amazed if the simplistic stuff
> done by tree-ssa-dom.c isn't totally subsumed by the new VRP pass.
Well, we can probably feed DOM similar information using
SSA_NAME_VALUE_RANGE.
Kazu Hirata