[llvm-commits] [polly] r149266 - /polly/trunk/lib/ScheduleOptimizer.cpp
Tobias Grosser
grosser at fim.uni-passau.de
Mon Jan 30 14:50:32 PST 2012
On 01/30/2012 10:19 PM, Sebastian Pop wrote:
> On Mon, Jan 30, 2012 at 1:38 PM, Tobias Grosser
> <grosser at fim.uni-passau.de> wrote:
>> Author: grosser
>> Date: Mon Jan 30 13:38:54 2012
>> New Revision: 149266
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=149266&view=rev
>> Log:
>> Scheduling: Add option to disable schedule_maximise_band_depth
>>
>> maximise_band_depth does not seem to have any effect for now, but it may help to
>> increase the amount of tileable loops. We expose the flag to be able to analyze
>> its effects when looking into individual benchmarks
Thanks for the review. Fixed in: 149287
Tobi
More information about the llvm-commits
mailing list