diff options
| author | Tobias Grosser <tobias@grosser.es> | 2015-03-23 07:00:36 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2015-03-23 07:00:36 +0000 |
| commit | 2873645c517e6729db946613db00c16dcf1225d2 (patch) | |
| tree | 476a177a2d4a52f3a35d8c137e4952baf54e2c01 /polly/lib/Support | |
| parent | 1b752aab3f3d5d22639e772bc9721040d181673f (diff) | |
| download | bcm5719-llvm-2873645c517e6729db946613db00c16dcf1225d2.tar.gz bcm5719-llvm-2873645c517e6729db946613db00c16dcf1225d2.zip | |
Drop -polly-vectorizer-unroll-only option
This options was earlier used for experiments with the vectorizer, but to my
knowledge is not really used anymore. If anybody needs this, we can always
reintroduce this feature.
llvm-svn: 232934
Diffstat (limited to 'polly/lib/Support')
| -rw-r--r-- | polly/lib/Support/RegisterPasses.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/polly/lib/Support/RegisterPasses.cpp b/polly/lib/Support/RegisterPasses.cpp index c0d2687847a..60b694c7348 100644 --- a/polly/lib/Support/RegisterPasses.cpp +++ b/polly/lib/Support/RegisterPasses.cpp @@ -82,8 +82,6 @@ static cl::opt<polly::VectorizerChoice, true> Vectorizer( "Polly internal vectorizer"), clEnumValN(polly::VECTORIZER_STRIPMINE, "stripmine", "Strip-mine outer loops for the loop-vectorizer to trigger"), - clEnumValN(polly::VECTORIZER_UNROLL_ONLY, "unroll-only", - "Only grouped unroll the vectorize candidate loops"), clEnumValEnd), cl::location(PollyVectorizerChoice), cl::init(polly::VECTORIZER_NONE), cl::ZeroOrMore, cl::cat(PollyCategory)); |

