Sanjay Patel
b653de1ada
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option 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
2014-09-10 17:58:16 +00:00
Matt Arsenault
e64c7c7530
Fix missing CHECK-LABELs
...
llvm-svn: 191853
2013-10-02 20:29:00 +00:00
Arnold Schwaighofer
23a0589bce
LoopVectorizer: Bail out if we don't have datalayout we need it
...
llvm-svn: 180195
2013-04-24 16:15:58 +00:00
Nadav Rotem
71c9d6d333
LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure that the order in which the elements are scalarized is the same as the original order.
...
This fixes a miscompilation in FreeBSD's regex library.
llvm-svn: 180121
2013-04-23 17:12:42 +00:00