[PATCH] D100486: [COST]Improve cost model for shuffles in SLP.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 06:58:57 PDT 2022


ABataev added a comment.

In D100486#3479989 <https://reviews.llvm.org/D100486#3479989>, @fhahn wrote:

> Just a heads up that with this change building `llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp` crashes on X86. I'll see if I can extract a reproducer.

Hi, most probably the crash is caused by the opaque pointers. This patch does not change the vectorizer behavior, just adjusts the cost of the vector shuffles ops.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100486



More information about the llvm-commits mailing list