mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
LoopVectorizer: Enable strided memory accesses versioning per default
I saw no compile or execution time regressions on x86_64 -mavx -O3. radar://13075509 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199015 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8104690370
commit
73c9559237
@ -126,7 +126,7 @@ TinyTripCountVectorThreshold("vectorizer-min-trip-count", cl::init(16),
|
||||
/// } else
|
||||
/// ...
|
||||
static cl::opt<bool> EnableMemAccessVersioning(
|
||||
"enable-mem-access-versioning", cl::init(false), cl::Hidden,
|
||||
"enable-mem-access-versioning", cl::init(true), cl::Hidden,
|
||||
cl::desc("Enable symblic stride memory access versioning"));
|
||||
|
||||
/// We don't unroll loops with a known constant trip count below this number.
|
||||
|
Loading…
Reference in New Issue
Block a user