SLPVectorizer: Use vector type for vectorized memory operations
authorArnold Schwaighofer <aschwaighofer@apple.com>
Tue, 29 Oct 2013 01:33:50 +0000 (01:33 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Tue, 29 Oct 2013 01:33:50 +0000 (01:33 +0000)
commit4a6b3a9a770ec2064fb5975ff2d57419c1339a21
treee3810ce588540bad98372dbd3975daf01114d620
parent5f7a5773e679107565f9da79c26bb558d5e9c051
SLPVectorizer: Use vector type for vectorized memory operations

No test case, because with the current cost model we don't see a difference.
An upcoming ARM memory cost model change will expose and test this bug.

radar://15332579

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