This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] PATCH to gimplify_boolean_expr
- From: Jason Merrill <jason at redhat dot com>
- To: law at redhat dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 26 Aug 2003 14:55:16 -0400
- Subject: Re: [tree-ssa] PATCH to gimplify_boolean_expr
- References: <200308261811.h7QIB2tL004509@speedy.slc.redhat.com>
On Tue, 26 Aug 2003 12:11:01 -0600, law@redhat.com wrote:
> When we enter the else clause we should record that F.4_10 has the value
> zero. That equivalence should be propagated to into the PHI, replacing
> F.4_10 in the PHI node with the value zero.
Agreed. I also don't know why that isn't happening.
Jason