[PATCH] D157009: [SLP]Fix PR63854: Add proper sorting of pointers for masked stores.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 12:45:05 PDT 2023


ABataev added a comment.

In D157009#4561621 <https://reviews.llvm.org/D157009#4561621>, @reames wrote:

> I've skimmed this, and it looks reasonable to me, but not really an SLP reviewer.
>
> I can confirm that this addresses the reduced case from https://github.com/llvm/llvm-project/issues/63854, but not the original un-reduced example from x264.  I suspect the unreduced example is still hitting https://github.com/llvm/llvm-project/issues/63855.

I don't see how it is related to PR63855. Could you point, please?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157009



More information about the llvm-commits mailing list