[llvm-commits] [llvm] r80926 - in /llvm/trunk: include/llvm/Analysis/LoopInfo.h include/llvm/Transforms/Utils/BasicBlockUtils.h lib/Analysis/LoopInfo.cpp lib/Transforms/Scalar/LICM.cpp lib/Transforms/Scalar/LoopStrengthReduce.cpp lib/Transforms/S
Devang Patel
devang.patel at gmail.com
Thu Sep 3 10:06:07 PDT 2009
On Thu, Sep 3, 2009 at 9:31 AM, Dan Gohman<gohman at apple.com> wrote:
> Author: djg
> Date: Thu Sep 3 11:31:42 2009
> New Revision: 80926
>
> URL: http://llvm.org/viewvc/llvm-project?rev=80926&view=rev
> Log:
> Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify
> that these passes are properly preserved.
>
> Fix several transformation passes that claimed to preserve LoopSimplify
> form but weren't.
nice!
-
Devang
More information about the llvm-commits
mailing list