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]

[sel-sched] Patch for moving jumps.


Hi!
This is a patch to allow selective scheduler moving conditional jumps 
through some instructions.
Added new function move_cond_jump that changes CFG the way that jump is 
placed at the boundary and then it is processed by move_op as usual.
Also patch contains several bugfixes and code to prevent scheduling
of empty regions.  It is tested on ia64.
Commited by Andrey to sel-sched branch.

Attachment: move-cond-jumps.chlog
Description: Text document

Attachment: move-cond-jumps.diff
Description: Text document


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