[PATCH] D106613: Bad SLPVectorization shufflevector replacement, resulting in write to wrong memory location

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 12:35:06 PDT 2021


ABataev added a comment.

In D106613#3013357 <https://reviews.llvm.org/D106613#3013357>, @vtjnash wrote:

> The output looks to be missing a `llvm.masked.gather.v2i64.v2p0i64` call. Did you remember to revert 0d74fd3fdf50 <https://reviews.llvm.org/rG0d74fd3fdf5013e72c9c1682a284b8de7973a805>? I can push a branch to github with this current commit, if that would be helpful.

Ok, will try the test case with the reverted 0d74fd3fdf50 <https://reviews.llvm.org/rG0d74fd3fdf5013e72c9c1682a284b8de7973a805>, going to look at it today and tomorrow.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106613/new/

https://reviews.llvm.org/D106613



More information about the llvm-commits mailing list