[PATCH] D107966: [SLP]Do not emit extract elements for insertelements users, replace with shuffles directly.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 04:09:25 PDT 2022
fhahn added a comment.
In D107966#3533879 <https://reviews.llvm.org/D107966#3533879>, @ABataev wrote:
> Could you check one more time, please?
Yeah I just checked and this crashes for me with a release + assert build (commit is 96323c9f4c10bef5cb5d527970cabc73eab8aa21 <https://reviews.llvm.org/rG96323c9f4c10bef5cb5d527970cabc73eab8aa21>)
The assertion is: `Assertion failed: (II && "Must be an insertelement instruction."), function vectorizeTree, file SLPVectorizer.cpp, line 8543.`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107966/new/
https://reviews.llvm.org/D107966
More information about the llvm-commits
mailing list