This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Implementing Swing Modulo Scheduling in GCC - Minor chagesafter tree-ssa merge.
+ @item -fmodulo-sched
+ @opindex fmodulo-sched
+ Perform SMS modulo scheduling immediately before the first scheduling
+ pass.
You should rephrase this, like
Perform swing modulo scheduling immediately before the first scheduling
pass. This pass looks at innermost loops and reorders their
instructions by overlapping different iterations.
BTW, why is it disnabled even at -O3?
Regards,
Paolo