[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
Fri Mar 23 09:47:32 PDT 2018
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Thank. LGTM
================
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"
----------------
I believe this header has moved to Analysis/Utils/Local.h
https://reviews.llvm.org/D44595
More information about the llvm-commits
mailing list