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]

Re: ifcvt too eager at verifing flow info?


On May 25, 2000, Richard Henderson <rth@cygnus.com> wrote:

>         * ifcvt.c (seq_contains_jump): New.
>         (noce_try_store_flag_constants): Use it to fail conversion.
>         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.

Cool!  Thanks!

I was thinking along the lines of adding arguments to emit functions
to indicate they shouldn't generate jump insns.  Your approach is far
simpler.  Great!

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


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