[LoopVectorize] Revert the enabling of interleaved memory access in Loop Vectorizor...
authorHao Liu <Hao.Liu@arm.com>
Thu, 11 Jun 2015 09:18:07 +0000 (09:18 +0000)
committerHao Liu <Hao.Liu@arm.com>
Thu, 11 Jun 2015 09:18:07 +0000 (09:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239515 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/LoopVectorize.cpp

index be6c542abdebd81fa4bf1c9011c3a3a4443baad5..95c9381985ab7b1f1e9a375c812a32767cd935b7 100644 (file)
@@ -139,7 +139,7 @@ static cl::opt<bool> EnableMemAccessVersioning(
     cl::desc("Enable symblic stride memory access versioning"));
 
 static cl::opt<bool> EnableInterleavedMemAccesses(
-    "enable-interleaved-mem-accesses", cl::init(true), cl::Hidden,
+    "enable-interleaved-mem-accesses", cl::init(false), cl::Hidden,
     cl::desc("Enable vectorization on interleaved memory accesses in a loop"));
 
 /// Maximum factor for an interleaved memory access.