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 of VARRAY.


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, then you
should be able to remove it.  Do make sure that tree-vrp.c is not
being silly on things caught by DOM, though.


Diego.


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