OSDN Git Service

BB-Vectorizer: Check the cost of the store pointer type
authorNadav Rotem <nrotem@apple.com>
Fri, 21 Dec 2012 01:24:36 +0000 (01:24 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 21 Dec 2012 01:24:36 +0000 (01:24 +0000)
commitc2a537bd08d9deedefe184c9fb887c6d30ae9fd2
treed7ed7d1dadda9eb7b15887696902ddee77103075
parente30843ded90f9f7b22cc8dfa352922047ffedcc6
BB-Vectorizer: Check the cost of the store pointer type
and not the return type, which is void. A number of test
cases fail after adding the assertion in TTImpl.

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