OSDN Git Service

[SLPVectorizer] Refactor where MinVecRegSize and MaxVecRegSize live.
authorArch D. Robison <arch.robison@intel.com>
Wed, 27 Apr 2016 17:46:25 +0000 (17:46 +0000)
committerArch D. Robison <arch.robison@intel.com>
Wed, 27 Apr 2016 17:46:25 +0000 (17:46 +0000)
commit9841605a5a985251918022a9ddb0ed6a1c294100
tree1e8ede3c1826f87c868ae682a80dce034e0d8f87
parent69bf0366170d8a924715129f8ca2cbd8e7d3a280
[SLPVectorizer] Refactor where MinVecRegSize and MaxVecRegSize live.

This is the first of two commits for extending SLP Vectorizer to deal with aggregates.
This commit merely refactors existing logic.

http://reviews.llvm.org/D14185

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