[PATCH] D140580: [SLP]Do not emit many extractelements, reuse the single one emitted.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 10:34:33 PST 2023
ABataev added a comment.
In D140580#4037125 <https://reviews.llvm.org/D140580#4037125>, @dyung wrote:
> In D140580#4036388 <https://reviews.llvm.org/D140580#4036388>, @ABataev wrote:
>
>> Tried to reproduce but was unable to do it. Try to update the compiler, maybe it was fixed already
>
> Interesting, it seems the very next commit to main (D141161 <https://reviews.llvm.org/D141161>) was the one which either fixes it or masks the issue. Was that fix related to this issue?
Looks like the assertion was the same, so probably this commit fixed your issue too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140580/new/
https://reviews.llvm.org/D140580
More information about the llvm-commits
mailing list