| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option ↵ | Sanjay Patel | 2014-09-10 | 1 | -2/+2 |
| | | | | | | | | | | | | names controlling this variable. "Unroll" is not the appropriate name for this variable. Clang already uses the term "interleave" in pragmas and metadata for this. Differential Revision: http://reviews.llvm.org/D5066 llvm-svn: 217528 | ||||
| * | opt: Mirror vectorization presets of clang | Arnold Schwaighofer | 2013-12-03 | 1 | -0/+28 |
| clang enables vectorization at optimization levels > 1 and size level < 2. opt should behave similarily. Loop vectorization and SLP vectorization can be disabled with the flags -disable-(loop/slp)-vectorization. llvm-svn: 196294 | |||||

