search for: scoreboarddepth

Displaying 4 results from an estimated 4 matches for "scoreboarddepth".

2011 Nov 28
0
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
...n the > regression-test collection). Hal, Since PPCHazardRecognizer is not derived from ScoreboardHazardRecognizer, you'll need to initialize MaxLookAhead to the max depth of your target's itinerary. See how this is done in the ScoreboardHazardRecognizer ctor: > MaxLookAhead = ScoreboardDepth; -Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111128/8271a6ce/attachment.html>
2011 Nov 29
2
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
...rdRecognizer at this point? It looks like the custom bundling logic could be implemented on top of the scoreboard recognizer (that seems similar to what ARM's recognizer is doing). -Hal > > > See how this is done in the ScoreboardHazardRecognizer ctor: > > MaxLookAhead = ScoreboardDepth; > > > > -Andy > > -- Hal Finkel Postdoctoral Appointee Leadership Computing Facility Argonne National Laboratory
2011 Nov 28
2
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
On Tue, 2011-11-22 at 13:27 -0600, Hal Finkel wrote: > On Tue, 2011-10-25 at 21:00 -0700, Andrew Trick wrote: > > On Oct 25, 2011, at 6:01 PM, Hal Finkel wrote: > > > Is there documentation somewhere for the bottom-up scheduling? I'm > > > trying to figure out what changes are necessary in order to support it > > > in the PPC backend. > > > >
2011 Nov 29
0
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
...lar to what ARM's recognizer is doing). Also, how does the ARM hazard recognizer get away with not implementing RecedeCycle? Thanks again, Hal > > -Hal > > > > > > > See how this is done in the ScoreboardHazardRecognizer ctor: > > > MaxLookAhead = ScoreboardDepth; > > > > > > > > -Andy > > > > > -- Hal Finkel Postdoctoral Appointee Leadership Computing Facility Argonne National Laboratory