This patch addresses PR35: Loop simplify should reconstruct nested loops.
authorChris Lattner <sabre@nondot.org>
Tue, 13 Apr 2004 05:05:33 +0000 (05:05 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Apr 2004 05:05:33 +0000 (05:05 +0000)
commit529b28da455a703d226a31a03400e6662ff569fe
treed9b18343ab7306e6dbec8e211f63e2be8ae0547a
parentcce5a349d925f51344f3fc63d44ce852afd3d1d1
This patch addresses PR35: Loop simplify should reconstruct nested loops.
This is fairly straight-forward, but was a real nightmare to get just
perfect.  aarg.  :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12884 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LoopSimplify.cpp