This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -fno-tree-cselim not working?
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: "Samuel Tardieu" <sam at rfc1149 dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 25 Oct 2007 03:10:02 -0700
- Subject: Re: -fno-tree-cselim not working?
- References: <87myu7zf9a.fsf@willow.rfc1149.net>
On 10/25/07, Samuel Tardieu <sam@rfc1149.net> wrote:
> With yesterday's SVN sources, the following source produces the same
> result with -ftree-cselim and -fno-tree-cselim on x86:
Because another patch does this optimization, the RTL if conversion
pass which implements conditional moves.
-- Pinski