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)
commit855ba034089d7ca64c745a9d3847143fe3758667
tree535339b0fb3bd638c4fe3d8501f9232f9db4107e
parentaa92ea4f121e5c9e2adc6f71aa8d50ebcc400322
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.

llvm-svn: 171000
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp