Displaying 2 results from an estimated 2 matches for "simpleregcoalesc".
2011 May 25
2
[LLVMdev] Need advice on writing scheduling pass
>
> I assume you put your VLIW scheduler before the register allocator super-pass?
right
>
> /jakob
>
>
2011 May 25
0
[LLVMdev] Need advice on writing scheduling pass
What about the coalescing - How could you schedule if you did not know which COPY's would remain/eliminated? This is why I would like to do scheduling
after SimpleRegCoalesc.
Jonas
> Date: Wed, 25 May 2011 12:11:18 +0800
> Subject: Re: [LLVMdev] Need advice on writing scheduling pass
> From: etherzhhb at gmail.com
> To: stoklund at 2pi.dk
> CC: jnspaulsson at hotmail.com; llvmdev at cs.uiuc.edu
>
> >
> > I assume you put your VLIW sched...