| commit | 061f1653e60586a424555bffa355bd258b91e082 | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Tue Dec 11 19:59:32 2012 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Tue Dec 11 19:59:32 2012 +0000 |
| tree | 13e031e215c4343d9dfec1242839213e177e6802 | |
| parent | f762b72f355c4f64846afe4ffdaafbef66c85981 [diff] |
Add -fslp-vectorize to enable bb-vectorize Add -fslp-vectorize (with -ftree-slp-vectorize as an alias for gcc compatibility) to provide a way to enable the basic-block vectorization pass. This uses the same acronym as gcc, superword-level parallelism (SLP), also common in the literature, to refer to basic-block vectorization. Nadav suggested this as a follow-up to the adding of -fvectorize. llvm-svn: 169909