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]
Other format: [Raw text]

Re: [PATCH] Fix PR 32321 - missing rescanning causing verification failure under gcse-sm


Seongbae Park (???, ???) wrote:
> Hi,
>
> In PR 32321 (with -fgcse-sm),
> REG_NOTE changes were not scanned
> because it was done after the insn was emitted.
> Instead of rescanning, here I move the insn emission after REG_NOTE
> change,
> since emission routines do scanning for newly added insns anyway.
> Bootstrapped and regtested on x86-64.
> Ok ?
>
> ChangeLog:
>
> 2007-06-14 Seongbae Park <seongbae.park@gmail.com>
>
> PR rtl-optimization/32321
> * gcse.c (replace_store_insn): Update the note before
> calling emit_insn_after.
this is ok, please check in.

kenny


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