[llvm-commits] [llvm] r139517 - in /llvm/trunk: lib/Transforms/Scalar/ test/Transforms/IndVarSimplify/ test/Transforms/LoopUnroll/

Tobias Grosser tobias at grosser.es
Mon Sep 12 11:48:10 PDT 2011


On 09/12/2011 07:28 PM, Andrew Trick wrote:
> Author: atrick
> Date: Mon Sep 12 13:28:44 2011
> New Revision: 139517
>
> URL: http://llvm.org/viewvc/llvm-project?rev=139517&view=rev
> Log:
> Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for default change.

Hi Andrew,

this is interesting. This suggest that LLVM does not need canonical 
induction variables any more or that they are created somewhere else.

Can you explain why we do not need this anymore and if there would be 
another preferable way to get something similar. (I use in Polly 
canonical induction variables)

Cheers
Tobi



More information about the llvm-commits mailing list