search for: vliwpacketizer

Displaying 3 results from an estimated 3 matches for "vliwpacketizer".

2012 Mar 29
0
[LLVMdev] VLIWPacketizerList: failing to schedule terminators
...get the program > to compile, and it has the VLIW bundles. > > -Tom > >> >> Andy, >> >> Those are just my guesses, but the issue looks very similar to our first >> experience with sched DAG constructor. >> >> Sergei Tom, The version of VLIWPacketizerList currently checked in was designed to work for postRA scheduling. I want it to be adapted for use in preRA (called by MachineScheduler), but Sergei and others are still engaged in that process. Since nothing is checked in yet, you'll be running into the same issues as Sergei. To me, the def...
2012 Mar 29
2
[LLVMdev] VLIWPacketizerList: failing to schedule terminators
...f Code Aurora Forum. > > > > -----Original Message----- > > From: Tom Stellard [mailto:thomas.stellard at amd.com] > > Sent: Thursday, March 29, 2012 2:23 PM > > To: Sergei Larin > > Cc: 'Anshuman Dasgupta'; llvmdev at cs.uiuc.edu > > Subject: Re: VLIWPacketizerList: failing to schedule terminators > > > > On Thu, Mar 29, 2012 at 01:50:58PM -0500, Sergei Larin wrote: > > > Tom, > > > > > > What is in your isSchedulingBoundary? If it contains isLabel you > > might > > > need to disable that assert: &g...
2012 Mar 30
1
[LLVMdev] VLIWPacketizerList: failing to schedule terminators
...t; > > -Tom > > > >> > >> Andy, > >> > >> Those are just my guesses, but the issue looks very similar to our first > >> experience with sched DAG constructor. > >> > >> Sergei > > Tom, > > The version of VLIWPacketizerList currently checked in was designed to work for postRA scheduling. I want it to be adapted for use in preRA (called by MachineScheduler), but Sergei and others are still engaged in that process. Since nothing is checked in yet, you'll be running into the same issues as Sergei. Ok, so I think...