forked from OSchip/llvm-project
84ecc47e1c
Grouped unrolling means that we unroll a loop such that the different instances of a certain statement are scheduled right after each other, but we do not generate any vector code. The idea here is that we can schedule the bb vectorizer right afterwards and use it heuristics to decide when vectorization should be performed. llvm-svn: 154251 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CodeGeneration.cpp | ||
LoopGenerators.cpp | ||
Makefile |