[llvm-commits] [llvm] r142810 - in /llvm/trunk: lib/CodeGen/SelectionDAG/ test/CodeGen/Alpha/ test/CodeGen/MBlaze/ test/CodeGen/Mips/ test/CodeGen/PTX/ test/CodeGen/PowerPC/

Dan Gohman gohman at apple.com
Mon Oct 24 10:58:28 PDT 2011


On Oct 24, 2011, at 10:57 AM, Evan Cheng wrote:

> 
> On Oct 24, 2011, at 10:45 AM, Dan Gohman wrote:
> 
>> Author: djg
>> Date: Mon Oct 24 12:45:02 2011
>> New Revision: 142810
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=142810&view=rev
>> Log:
>> Change the default scheduler from Latency to ILP, since Latency
>> is going away.
> 
> By "latency", you meant top down latency scheduler, right? The bottom-up one is being used by ARM, etc.

Right. In the source, the top-down scheduler is just called "Latency".

Dan




More information about the llvm-commits mailing list