This is the mail archive of the gcc@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: VRP in release version of GCC


On Tuesday 07 June 2005 01:44, nkavv@physics.auth.gr wrote:
> If you visit the following:
> http://gcc.gnu.org/gcc-4.0/changes.html
>
> a reference is found to value range propagation pass. However, $GCCHOME/gcc
> directory doesn't contain the required files (e.g. tree-vrp.c).
>
> Is this an addition for a scheduled (pre)release or i just can't find it in
> the released gcc-4.0.0 ??

The VRP pass is inside tree-ssa-dom.c for GCC 4.0.
GCC 4.1 has a much more powerful VRP pass, which is not related
to the DOM pass.

Gr.
Steven


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