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: [tree-ssa] Fix problem with loop notes emitted by targets


On Sat, 2003-12-06 at 17:28, Zdenek Dvorak wrote:

> 	* cfglayout.c (duplicate_insn_chain): Don't handle NOTE_INSN_LOOP_CONT.
> 	* cfgrtl.c (rtl_delete_block): Ditto.
> 	* final.c (final_scan_insn): Ditto.
> 	* jump.c (squeeze_notes): Ditto.
> 	* loop.c (find_and_verify_loops, for_each_insn_in_loop): Ditto.
> 	* unroll.c (copy_loop_body): Ditto.
> 	* rtl.c (note_insn_name): Remove NOTE_INSN_LOOP_CONT.
> 	* rtl.h (enum insn_note): Ditto.
> 	* stmt.c (expand_start_loop, expand_loop_continue_here,
> 	expand_end_loop): Don't create loop notes.
> 
Your changes make sense to me, but I'm not at all familiar with the RTL
bits.  I'd rather have Jeff and/or Richard to go over it to make sure I
haven't missed anything.

http://gcc.gnu.org/ml/gcc-patches/2003-12/msg00657.html


Thanks.  Diego.


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