[PATCH] D28452: [PM] Move the LoopPassManager to the transforms library.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 01:55:03 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL291662: [PM] Separate the LoopAnalysisManager from the LoopPassManager and move (authored by chandlerc).

Changed prior to commit:
  https://reviews.llvm.org/D28452?vs=83848&id=83928#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28452

Files:
  llvm/trunk/include/llvm/Analysis/IVUsers.h
  llvm/trunk/include/llvm/Analysis/LoopAccessAnalysis.h
  llvm/trunk/include/llvm/Analysis/LoopAnalysisManager.h
  llvm/trunk/include/llvm/Analysis/LoopPassManager.h
  llvm/trunk/include/llvm/Passes/PassBuilder.h
  llvm/trunk/include/llvm/Transforms/Scalar/IVUsersPrinter.h
  llvm/trunk/include/llvm/Transforms/Scalar/IndVarSimplify.h
  llvm/trunk/include/llvm/Transforms/Scalar/LICM.h
  llvm/trunk/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.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/LoopPassManager.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/include/llvm/Transforms/Vectorize/LoopVectorize.h
  llvm/trunk/lib/Analysis/CMakeLists.txt
  llvm/trunk/lib/Analysis/IVUsers.cpp
  llvm/trunk/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/trunk/lib/Analysis/LoopAnalysisManager.cpp
  llvm/trunk/lib/Analysis/LoopPass.cpp
  llvm/trunk/lib/Analysis/LoopPassManager.cpp
  llvm/trunk/lib/LTO/LTOBackend.cpp
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Transforms/Scalar/CMakeLists.txt
  llvm/trunk/lib/Transforms/Scalar/IVUsersPrinter.cpp
  llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
  llvm/trunk/lib/Transforms/Scalar/LICM.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.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/LoopPassManager.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopRotation.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopSink.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopUnrollPass.cpp
  llvm/trunk/tools/opt/NewPMDriver.cpp
  llvm/trunk/unittests/Analysis/CMakeLists.txt
  llvm/trunk/unittests/Analysis/LoopPassManagerTest.cpp
  llvm/trunk/unittests/Transforms/CMakeLists.txt
  llvm/trunk/unittests/Transforms/Scalar/CMakeLists.txt
  llvm/trunk/unittests/Transforms/Scalar/LoopPassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28452.83928.patch
Type: text/x-patch
Size: 224502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170111/3f0bcc0a/attachment-0001.bin>


More information about the llvm-commits mailing list