LoopVectorize: For scalars and void types there is no need to compute vector insert...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 23 Dec 2012 13:19:18 +0000 (13:19 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 23 Dec 2012 13:19:18 +0000 (13:19 +0000)
commit417872ed08128e8885b4c7fbaeb2d735c150ea57
tree077d951d7d9737108f1bf52ca1ed5399f9b16182
parentf85ec865f0f803273ab38e3b1a19fe185c7e88ac
LoopVectorize: For scalars and void types there is no need to compute vector insert/extract costs.

Fixes an assert during the build of oggenc in the test suite.

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