This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: INSN_CODE_NUMBER of INT_MAX
- To: jh at suse dot cz
- Subject: Re: INSN_CODE_NUMBER of INT_MAX
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Thu, 26 Jul 01 16:46:13 EDT
- Cc: gcc at gcc dot gnu dot org
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...
Yes, that sounds precisely correct to me.