[PATCH] D44595: Restructuring LoopRoration.cpp to create Loop Rotation Pass with Loop Rotation Utility Interface

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 14:57:29 PDT 2018


dmgreen added a comment.

Seems like a sensible move.



================
Comment at: lib/Transforms/Scalar/LoopRotation.cpp:42
 #include "llvm/Transforms/Utils/LoopUtils.h"
 #include "llvm/Transforms/Utils/SSAUpdater.h"
 #include "llvm/Transforms/Utils/ValueMapper.h"
----------------
Can some of these headers now be removed?


https://reviews.llvm.org/D44595





More information about the llvm-commits mailing list