[PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
hfinkel at anl.gov
hfinkel at anl.gov
Fri Jan 30 05:07:50 PST 2015
================
Comment at: include/llvm/Analysis/LoopAccessAnalysis.h:37
@@ +36,3 @@
+/// check that a group of pointers do not overlap.
+struct RuntimePointerCheck {
+ RuntimePointerCheck() : Need(false) {}
----------------
Should this really be a public class? It lacks a proper interface, and the meaning of the dependency set ids is not really defined.
http://reviews.llvm.org/D7285
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list