llvm-6502/lib/Transforms/Vectorize
Arnold Schwaighofer 8dc253e97b LoopVectorizer: Don't count the induction variable multiple times
When estimating register pressure, don't count the induction variable mulitple
times. It is unlikely to be unrolled. This is currently disabled and hidden
behind a flag ("enable-ind-var-reg-heur").

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200371 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-29 04:36:12 +00:00
..
BBVectorize.cpp [PM] Split DominatorTree into a concrete analysis result object which 2014-01-13 13:07:17 +00:00
CMakeLists.txt
LLVMBuild.txt
LoopVectorize.cpp LoopVectorizer: Don't count the induction variable multiple times 2014-01-29 04:36:12 +00:00
Makefile
SLPVectorizer.cpp Fix known typos 2014-01-24 17:20:08 +00:00
Vectorize.cpp