[llvm-commits] [llvm] r140590 - /llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Chris Lattner
clattner at apple.com
Sun Nov 27 00:00:24 PST 2011
On Sep 26, 2011, at 5:44 PM, Andrew Trick wrote:
> Author: atrick
> Date: Mon Sep 26 19:44:14 2011
> New Revision: 140590
>
> URL: http://llvm.org/viewvc/llvm-project?rev=140590&view=rev
> Log:
> Disable LSR retry by default.
>
> Disabling aggressive LSR saves compilation time, and with the new
> indvars behavior usually improves performance.
Cool. Can the 'retry' logic or any of the other cl::opt's that got added to LSR get removed as dead code now?
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111127/c2b14930/attachment.html>
More information about the llvm-commits
mailing list