[LoopAccesses] Add command-line option for RuntimeMemoryCheckThreshold
authorAdam Nemet <anemet@apple.com>
Thu, 26 Feb 2015 04:39:09 +0000 (04:39 +0000)
committerAdam Nemet <anemet@apple.com>
Thu, 26 Feb 2015 04:39:09 +0000 (04:39 +0000)
commit5a51d864b9041151152a555fb2051357e031659c
tree752c94c29f28e3f5845ad5bc7f8c9f7e7fe781f3
parent9868473dffe33f4ac450c43cb6f89fd36b13d382
[LoopAccesses] Add command-line option for RuntimeMemoryCheckThreshold

Also remove the somewhat misleading initializers from
VectorizationFactor and VectorizationInterleave.  They will get
initialized with the default ctor since no cl::init is provided.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230608 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopAccessAnalysis.h
lib/Analysis/LoopAccessAnalysis.cpp