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: tree-ssa-vrp


Op di 30-09-2003, om 23:57 schreef Zdenek Dvorak:
> Hello,
> 
> is someone currently working on SSA based value range propagation? If
> not, I will give it a try.
> 
> Zdenek

Have you seen that Jeff Law just commited a limited dominator based VRP
for tree-ssa?

I worked a bit on the starts of SSA VRP as described in Patterson's
thesis, but then I decided it is probably only worth the effort if we
can use it to compute branch probabilities; just propagating the value
ranges that accurately is not going to give much benefit.  Especially
with the new dominator VRP...

Gr.
Steven


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