search for: schedulergeneralization

Displaying 2 results from an estimated 2 matches for "schedulergeneralization".

2011 Jun 18
0
[LLVMdev] Custom Static Scheduling
...(and our ADF) is needed for static scheduling. However, the TCE scheduler generalization project has started quite recently so there's plenty of work to do before the compiler chain that includes the TCE scheduler can be considered production quality. [1] http://tce.cs.tut.fi/cgi-bin/moin.cgi/SchedulerGeneralization Best regards, -- Pekka Jääskeläinen
2011 Jun 18
2
[LLVMdev] Custom Static Scheduling
Hi there, i created a Function Pass to retrieve the Control/Data Flow Graph from a simple program, now i would like to statically schedule the Instructions. Is this possible by starting to modify the SelectionDAG Files ? Or can i even build a "standalone" custom scheduler? Thank you very much for any tipps. Ben