This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: VRP speedup
- From: Andrew Pinski <pinskia at gmail dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org, dnovillo at redhat dot com
- Date: Sun, 03 Dec 2006 09:38:39 -0800
- Subject: Re: VRP speedup
- References: <20061203142115.GA5242@kam.mff.cuni.cz>
On Sun, 2006-12-03 at 15:21 +0100, Jan Hubicka wrote:
>
> + return tcmp == boolean_true_node;
I would not do that, I would just do integer_onep (tcmp).
As I don't trust fold_binary_to_constant returning always
boolean_true_node.
Thanks,
Andrew Pinski