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
..
2014-02-02 03:12:34 +00:00
2014-01-31 10:51:08 +00:00
2013-09-18 14:08:30 +00:00
2013-07-14 01:42:54 +00:00
2013-05-02 18:11:35 +00:00
2013-11-15 23:09:33 +00:00
2013-10-02 20:29:00 +00:00
2013-05-02 18:11:35 +00:00
2013-04-30 17:52:57 +00:00
2013-07-14 01:42:54 +00:00
2013-07-14 01:42:54 +00:00
2013-11-22 21:49:45 +00:00
2013-11-22 21:49:45 +00:00
2013-10-25 20:40:15 +00:00
2013-07-14 01:42:54 +00:00
2013-07-14 01:42:54 +00:00
2013-10-02 20:29:00 +00:00
2013-07-14 01:42:54 +00:00
2014-01-19 15:24:22 +00:00
2013-10-02 20:29:00 +00:00
2013-04-30 17:52:57 +00:00
2013-05-18 18:38:34 +00:00
2013-06-27 20:31:06 +00:00
2013-07-14 01:42:54 +00:00
2013-07-14 01:42:54 +00:00
2013-12-17 01:11:01 +00:00
2014-02-08 20:41:13 +00:00
2013-12-05 05:44:44 +00:00
2013-11-01 22:18:19 +00:00
2014-01-11 21:06:00 +00:00
2013-10-02 20:29:00 +00:00
2013-09-23 14:54:39 +00:00
2013-05-24 18:05:35 +00:00
2013-10-02 20:29:00 +00:00
2013-10-02 20:29:00 +00:00
2013-07-14 01:42:54 +00:00
2013-07-14 01:42:54 +00:00
2013-11-04 20:36:06 +00:00
2014-01-19 03:18:31 +00:00
2013-09-30 18:17:35 +00:00
2013-07-14 01:42:54 +00:00
2013-08-22 02:42:55 +00:00
2013-10-02 20:29:00 +00:00
2013-07-14 01:42:54 +00:00
2013-07-14 01:42:54 +00:00
2013-12-03 16:33:06 +00:00
2013-04-18 14:29:13 +00:00
2013-10-02 20:29:00 +00:00
2013-07-14 01:42:54 +00:00
2013-10-07 21:05:43 +00:00
2013-10-02 20:29:00 +00:00
2013-07-14 01:42:54 +00:00
2013-10-02 22:38:17 +00:00
2013-10-02 22:38:17 +00:00
2014-01-10 18:20:32 +00:00
2013-11-01 03:05:07 +00:00
2013-10-02 20:29:00 +00:00
2013-10-02 20:29:00 +00:00
2013-07-14 01:42:54 +00:00
2013-07-14 01:42:54 +00:00
2013-10-02 20:29:00 +00:00
2013-07-14 01:42:54 +00:00
2013-07-14 01:42:54 +00:00
2013-07-14 01:42:54 +00:00
2013-07-14 01:42:54 +00:00
2013-11-01 14:09:50 +00:00
2013-07-14 01:42:54 +00:00
2014-01-27 11:41:50 +00:00
2014-01-24 17:20:08 +00:00
2013-10-24 14:50:51 +00:00
2014-01-15 03:35:46 +00:00
2013-07-14 01:42:54 +00:00