[vectorizer] Add some flags which are useful for conducting experiments
authorChandler Carruth <chandlerc@gmail.com>
Mon, 27 Jan 2014 11:12:19 +0000 (11:12 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 27 Jan 2014 11:12:19 +0000 (11:12 +0000)
commit9f22a8788fee099c016f8bec5769c3b8f3a720dd
tree55d3944d327bb30b2bf22767bb2f2f244200e43e
parent3fa842d791ff114d13159282933c7c15c5579cd7
[vectorizer] Add some flags which are useful for conducting experiments
with the unrolling behavior in the loop vectorizer. No functionality
changed at this point.

These are a bit hack-y, but talking with Hal, there doesn't seem to be
a cleaner way to easily experiment with different thresholds here and he
was also interested in them so I wanted to commit them. Suggestions for
improvement are very welcome here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200212 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp