[PATCH] D74185: Revert the revert of vectorization commits
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 16:14:25 PST 2020
ABataev added a comment.
In D74185#1865175 <https://reviews.llvm.org/D74185#1865175>, @sanjoy.google wrote:
> In D74185#1865088 <https://reviews.llvm.org/D74185#1865088>, @ABataev wrote:
>
> > Thanks, will check this.
>
>
> Should we revert the commit while you investigate?
The problem here that this patch does not introduce new vectorization, instead it just triggers the existing vetorization for more cases. If there is a bug in the vectorizer, this patch just allows to reveal it, not introduces it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74185/new/
https://reviews.llvm.org/D74185
More information about the llvm-commits
mailing list