[PATCH] getStrideFromPointer and its helper function from LoopVectorize moved to VectorUtils

David Majnemer david.majnemer at gmail.com
Tue Jun 30 02:59:52 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: include/llvm/Analysis/VectorUtils.h:23-27
@@ -22,1 +22,7 @@
 
+class GetElementPtrInst;
+class Value;
+class ScalarEvolution;
+class Loop;
+class Type;
+
----------------
Please sort these.

================
Comment at: lib/Analysis/VectorUtils.cpp:15-20
@@ -14,2 +14,8 @@
 #include "llvm/Analysis/VectorUtils.h"
+#include "llvm/IR/PatternMatch.h"
+#include "llvm/IR/GetElementPtrTypeIterator.h"
+#include "llvm/IR/Value.h"
+#include "llvm/Analysis/ScalarEvolution.h"
+#include "llvm/Analysis/ScalarEvolutionExpressions.h"
+#include "llvm/Analysis/LoopInfo.h"
 
----------------
Please sort these.

http://reviews.llvm.org/D10835

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list