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


> The VRP pass is inside tree-ssa-dom.c for GCC 4.0.
Yup.  And it's very very weak.

> GCC 4.1 has a much more powerful VRP pass, which is not related
> to the DOM pass.
Exactly.  Hopefully we'll be able to remove the DOM version before
4.1 since the new tree-vrp.c is vastly better.

jeff



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