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: combine accepting noop moves


Jan Hubicka <jh@suse.cz> said: 

> Hi,
> making set_noop_p to recognize noop-jumps reminded me the problem with
> noop moves in combine.  This patch should track it.  It makes combine
> to always recognize noop moves and then kill them by improved
> delete_noop_moves call.

Can you take out the peepholes I put in i386.md to deal with this and
then verify that if(!strcmp(...)) still doesn't generate unnecessary
set and cmp instructions, please?

zw




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