Arnold Schwaighofer 0bd2bb3092 LoopVectorizer: Keep track of conditional store basic blocks
Before conditional store vectorization/unrolling we had only one
vectorized/unrolled basic block. After adding support for conditional store
vectorization this will not only be one block but multiple basic blocks. The
last block would have the back-edge. I updated the code to use a vector of basic
blocks instead of a single basic block and fixed the users to use the last entry
in this vector. But, I forgot to add the basic blocks to this vector!

Fixes PR18724.

llvm-svn: 201028
2014-02-08 20:41:13 +00:00
..
2014-02-08 14:53:28 +00:00
2014-01-31 20:57:12 +00:00
2014-02-04 20:04:46 +00:00
2014-02-08 14:53:28 +00:00
2014-01-31 23:46:14 +00:00
2014-01-31 23:46:14 +00:00
2014-01-31 23:46:14 +00:00