This is the mail archive of the gcc@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: inerting nop's using the DFA scheduler


> I have been studying how to use the DFA scheduler and
> I cant seem to figure out how the scheduler inserts
> nops in a pipeline.

IIRC, the scheduler does not insert nops because of subsequent
optimizations moving them around.
There is a provision for inserting "nops" for VLIW slots
if the target hook TARGET_SCHED_INIT_DFA_BUBBLES is defined.
(and that too if multi-pass insn scheduling is enabled)

Naveen


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