[PATCH] [LoopVectorize] Pass parameters explicitly to MemoryDepChecker
hfinkel at anl.gov
hfinkel at anl.gov
Sat Jan 31 20:04:57 PST 2015
LGTM.
================
Comment at: lib/Transforms/Vectorize/LoopVectorize.cpp:722
@@ +721,3 @@
+ {MaxVectorWidth, VectorizationFactor, VectorizationInterleave,
+ RuntimeMemoryCheckThreshold}),
+ HasFunNoNaNAttr(false) {
----------------
MSVC2012 sometimes has problems with syntax like this, and you might need to construct by name if it complains -- the buildbots will tell you ;)
http://reviews.llvm.org/D7284
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list