[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
Sat Mar 24 02:54:47 PDT 2018


dmgreen added inline comments.


================
Comment at: lib/Transforms/Utils/LoopRotationUtils.cpp:39
+#include "llvm/Transforms/Utils/BasicBlockUtils.h"
+#include "llvm/Transforms/Utils/Local.h"
+#include "llvm/Transforms/Utils/LoopUtils.h"
----------------
jinlin wrote:
> dmgreen wrote:
> > I believe this header has moved to Analysis/Utils/Local.h
> The header file path is correct.
> 
> /export/iusers/XXX/v15/llvm/include/llvm=>find  . -name "Local.h"
> ./Transforms/Utils/Local.h
https://reviews.llvm.org/rL328165 is the commit I was thinking about. It only went in a couple of days ago.


https://reviews.llvm.org/D44595





More information about the llvm-commits mailing list