[PATCH] getStrideFromPointer and its helper function from LoopVectorize moved to VectorUtils
Nema, Ashutosh
Ashutosh.Nema at amd.com
Tue Jun 30 03:05:02 PDT 2015
Sure David will sort these.
Thanks,
Ashutosh
-----Original Message-----
From: David Majnemer [mailto:david.majnemer at gmail.com]
Sent: Tuesday, June 30, 2015 3:30 PM
To: Nema, Ashutosh; charlie.turner at arm.com; dblaikie at gmail.com; listmail at philipreames.com
Cc: david.majnemer at gmail.com; llvm-commits at cs.uiuc.edu
Subject: Re: [PATCH] getStrideFromPointer and its helper function from LoopVectorize moved to VectorUtils
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