Displaying 2 results from an estimated 2 matches for "8271a6ce".
2011 Nov 28
0
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
...x 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 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.
> > >
>