[PATCH] D44595: Restructuring LoopRoration.cpp to create Loop Rotation Pass with Loop Rotation Utility Interface
Jin Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 23 12:57:03 PDT 2018
jinlin 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"
----------------
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/D44595
More information about the llvm-commits
mailing list