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.
On Wed, 2005-04-27 at 13:01 -0400, Diego Novillo wrote:
> On Wed, Apr 27, 2005 at 12:19:51PM -0400, Kazu Hirata wrote:
>
> > Well, we can probably feed DOM similar information using
> > SSA_NAME_VALUE_RANGE.
> >
> If DOM doesn't use the VRP info for jump threading,
It will try to use DOM's VRP for jump threading. However, I suspect
it is the case that VRP information is typically not the deciding
factor whether or not to thread a jump. It wouldn't be terribly
hard to instrument DOM to tells us how often it threads a jump using
VRP information.
Jeff