| 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 | ||||
| * | Don't use runtime bounds check between address spaces. | Matt Arsenault | 2013-10-02 | 1 | -0/+142 |
| Don't vectorize with a runtime check if it requires a comparison between pointers with different address spaces. The values can't be assumed to be directly comparable. Previously it would create an illegal bitcast. llvm-svn: 191862 | |||||

