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

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 22:42:51 PST 2017


chandlerc marked 3 inline comments as done.
chandlerc added a comment.

Thanks, landing!



================
Comment at: include/llvm/Analysis/LoopAnalysisManager.h:67
+
+extern template class AnalysisManager<Loop, LoopStandardAnalysisResults &>;
+/// \brief The loop analysis manager.
----------------
jlebar wrote:
> nit, newline after?
I've been doing this everywhere. Lemme send you a separate patch that tries a different and less confusing (i hope) pattern.


https://reviews.llvm.org/D28452





More information about the llvm-commits mailing list