[PATCH] D141940: [SLP]Add shuffling of extractelements to avoid extra costs/data movement.

Evgeny Eltsin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 06:59:55 PST 2023


eaeltsin added a comment.

Failing assertion is

  assert.h assertion failed at ...llvm/include/llvm/ADT/SmallVector.h:298 in const_reference llvm::SmallVectorTemplateCommon<llvm::Value *>::operator[](size_type) const [T = llvm::Value *]: idx < size()



In D141940#4155223 <https://reviews.llvm.org/D141940#4155223>, @eaeltsin wrote:

> Heads up: this commits crashes one of our tests, the stack trace is:


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141940



More information about the llvm-commits mailing list