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

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 12:41:45 PDT 2023


reames added a comment.

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.


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