This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]