Arnold Schwaighofer
846acbeef1
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201028 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-08 20:41:13 +00:00
..
2013-08-16 00:37:11 +00:00
2014-01-28 02:38:36 +00:00
2013-09-18 12:43:35 +00:00
2013-08-16 00:37:11 +00:00
2013-08-16 00:37:11 +00:00
2014-02-08 00:20:49 +00:00
2013-11-12 20:21:43 +00:00
2013-08-20 21:20:04 +00:00
2013-08-16 00:37:11 +00:00
2014-02-03 20:42:49 +00:00
2014-01-28 02:38:36 +00:00
2013-09-27 22:26:25 +00:00
2013-08-16 00:37:11 +00:00
2014-01-28 02:38:36 +00:00
2013-11-22 21:49:45 +00:00
2013-08-16 00:37:11 +00:00
2014-01-02 20:01:43 +00:00
2014-01-11 21:06:00 +00:00
2014-01-29 04:40:19 +00:00
2014-02-06 01:59:22 +00:00
2014-02-04 20:27:23 +00:00
2014-01-24 17:09:53 +00:00
2013-12-05 05:44:44 +00:00
2013-08-16 00:37:11 +00:00
2013-10-21 04:09:17 +00:00
2013-08-16 00:37:11 +00:00
2014-02-01 13:35:14 +00:00
2013-08-16 00:37:11 +00:00
2013-11-23 01:16:29 +00:00
2014-01-03 17:20:01 +00:00
2014-01-29 13:16:53 +00:00
2014-01-25 04:07:24 +00:00
2014-01-11 21:06:00 +00:00
2013-09-11 21:20:40 +00:00
2013-08-16 00:37:11 +00:00
2014-02-08 20:41:13 +00:00
2013-08-16 00:37:11 +00:00
2014-02-02 22:43:55 +00:00
2013-08-16 00:37:11 +00:00
2013-09-09 19:14:35 +00:00
2013-11-22 21:49:45 +00:00
2014-02-06 06:29:19 +00:00
2013-11-26 16:11:03 +00:00
2013-08-16 00:37:11 +00:00
2014-01-24 17:20:08 +00:00
2013-08-16 00:37:11 +00:00
2013-08-16 00:37:11 +00:00
2013-08-16 00:37:11 +00:00
2013-08-16 00:37:11 +00:00
2014-01-11 09:23:52 +00:00
2013-12-23 14:51:56 +00:00
2013-11-22 21:49:45 +00:00
2013-08-16 00:37:11 +00:00
2014-01-31 00:09:00 +00:00
2013-08-16 00:37:11 +00:00
2014-02-01 01:37:30 +00:00
2014-01-19 12:16:54 +00:00
2013-11-22 21:49:45 +00:00
2013-11-22 19:24:39 +00:00
2013-08-16 00:37:11 +00:00
2013-08-16 00:37:11 +00:00