[PATCH] D28292: [PM] Rewrite the loop pass manager to use a worklist and augmented run arguments much like the CGSCC pass manager.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 22:34:23 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL291651: [PM] Rewrite the loop pass manager to use a worklist and augmented run (authored by chandlerc).
Changed prior to commit:
https://reviews.llvm.org/D28292?vs=83786&id=83914#toc
Repository:
rL LLVM
https://reviews.llvm.org/D28292
Files:
llvm/trunk/include/llvm/Analysis/IVUsers.h
llvm/trunk/include/llvm/Analysis/LoopAccessAnalysis.h
llvm/trunk/include/llvm/Analysis/LoopInfo.h
llvm/trunk/include/llvm/Analysis/LoopPassManager.h
llvm/trunk/include/llvm/Transforms/Scalar/IndVarSimplify.h
llvm/trunk/include/llvm/Transforms/Scalar/LICM.h
llvm/trunk/include/llvm/Transforms/Scalar/LoopDeletion.h
llvm/trunk/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
llvm/trunk/include/llvm/Transforms/Scalar/LoopInstSimplify.h
llvm/trunk/include/llvm/Transforms/Scalar/LoopRotation.h
llvm/trunk/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h
llvm/trunk/include/llvm/Transforms/Scalar/LoopStrengthReduce.h
llvm/trunk/include/llvm/Transforms/Scalar/LoopUnrollPass.h
llvm/trunk/lib/Analysis/IVUsers.cpp
llvm/trunk/lib/Analysis/LoopAccessAnalysis.cpp
llvm/trunk/lib/Analysis/LoopInfo.cpp
llvm/trunk/lib/Analysis/LoopPass.cpp
llvm/trunk/lib/Analysis/LoopPassManager.cpp
llvm/trunk/lib/Passes/PassBuilder.cpp
llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
llvm/trunk/lib/Transforms/Scalar/LICM.cpp
llvm/trunk/lib/Transforms/Scalar/LoopDeletion.cpp
llvm/trunk/lib/Transforms/Scalar/LoopDistribute.cpp
llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
llvm/trunk/lib/Transforms/Scalar/LoopInstSimplify.cpp
llvm/trunk/lib/Transforms/Scalar/LoopRotation.cpp
llvm/trunk/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
llvm/trunk/lib/Transforms/Scalar/LoopUnrollPass.cpp
llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/trunk/test/Other/loop-pass-ordering.ll
llvm/trunk/test/Other/new-pass-manager.ll
llvm/trunk/test/Other/pass-pipeline-parsing.ll
llvm/trunk/unittests/Analysis/LoopPassManagerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28292.83914.patch
Type: text/x-patch
Size: 135349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170111/28f26f54/attachment-0001.bin>
More information about the llvm-commits
mailing list