The LoadStoreVectorizer thought that <1 x T> and T were the same types
when merging stores, leading to a crash later.
Patch by Erik Hogeman.
Differential D44014
[LoadStoreVectorizer] Differentiate between <1 x T> and T svenvh on Mar 2 2018, 7:19 AM. Authored by
Details The LoadStoreVectorizer thought that <1 x T> and T were the same types Patch by Erik Hogeman.
Diff Detail |
Use positive checks instead