This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: INSN_CODE_NUMBER of INT_MAX
> > The comment claims that the REG_EQUAL on noop move may be usefull later.
> > I don't think so (especially at combine time) so I suggest to blast that code.
>
> No, definitely not. These notes are useful for register allocation.
Uff, I see why now.
So sensible way is probably to modify combine to first try match, then
do the INT_MAX bypass and make delete_noop_move to blast INT_MAX insns
with notes and keep other noops lurking around...
Honza