llvm-6502/lib/Transforms
Nadav Rotem 9a6c6a3736 LoopVectorizer: When we vectorizer and widen loops we process many elements at once. This is a good thing, except for
small loops. On small loops post-loop that handles scalars (and runs slower) can take more time to execute than the
rest of the loop. This patch disables widening of loops with a small static trip count.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171798 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-07 21:54:51 +00:00
..
Hello
InstCombine This change is to implement following rules: 2013-01-07 21:39:23 +00:00
Instrumentation
IPO Move TypeFinder.h into the IR tree, it clearly belongs with the IR library. 2013-01-07 15:43:51 +00:00
Scalar Fixed EOL whitespace. 2013-01-07 21:26:07 +00:00
Utils Move TypeFinder.h into the IR tree, it clearly belongs with the IR library. 2013-01-07 15:43:51 +00:00
Vectorize LoopVectorizer: When we vectorizer and widen loops we process many elements at once. This is a good thing, except for 2013-01-07 21:54:51 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile