| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option ↵ | Sanjay Patel | 2014-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | ||||
| * | Fix missing CHECK-LABELs | Matt Arsenault | 2013-10-02 | 1 | -2/+2 |
| | | | | | llvm-svn: 191853 | ||||
| * | LoopVectorize: Vectorize all accesses in address space zero with unit stride | Arnold Schwaighofer | 2013-07-11 | 1 | -0/+61 |
| We can vectorize them because in the case where we wrap in the address space the unvectorized code would have had to access a pointer value of zero which is undefined behavior in address space zero according to the LLVM IR semantics. (Thank you Duncan, for pointing this out to me). Fixes PR16592. llvm-svn: 186088 | |||||

