Files
clang-p2996/llvm/test/Transforms
Arnold Schwaighofer 7ee53cac80 SLPVectorizer: An in-tree vectorized entry cannot also be a scalar external use
We were creating external uses for scalar values in MustGather entries that also
had a ScalarToTreeEntry (they also are present in a vectorized tuple). This
meant we would keep a value 'alive' as a scalar and vectorized causing havoc.
This is not necessary because when we create a MustGather vector we explicitly
create external uses entries for the insertelement instructions of the
MustGather vector elements.

Fixes PR18129.

radar://15582184

llvm-svn: 196508
2013-12-05 15:14:40 +00:00
..
2013-09-27 22:26:25 +00:00
2013-11-11 22:00:23 +00:00
2013-12-05 05:44:44 +00:00
2013-11-16 23:59:05 +00:00
2013-10-29 02:35:28 +00:00
2013-12-05 05:44:44 +00:00
2013-11-26 16:11:03 +00:00