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: [tree-ssa] Fix tree-ssa-dom, bugs in jump threading


On Sat, 2003-08-23 at 18:40, Zdenek Dvorak wrote:

> this patch fixes a small problem in tree-ssa-dom -- we should not take
> condition on edge coming into block into account if there are other
> predecessors, as then the condition does not have to hold if we arrive
> from the other edge.
> 
Looks fine.  Could you add a test case for it?


Thanks.  Diego.


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