[LLVMdev] PostRAScheduling for x86
Jakob Stoklund Olesen
stoklund at 2pi.dk
Tue Jan 11 15:00:34 PST 2011
On Jan 11, 2011, at 2:56 PM, JG wrote:
> I am trying to understand why PostRAScheduling is done only for ARM. Is there any limitation which prevents this from being done for x86 ?
It's a 10% increase in overall compile time, and it does not help very much for x86.
The out-of-order execution on new x86 chips hide any benefits from late scheduling.
/jakob
More information about the llvm-dev
mailing list