You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not super familiar with this code, but it seems that we were just
missing a check.
The original code that triggered this did not have uselistorders but
llvm-reduce created them and it reproduces the same issue in a way more
compact way.
Fixes#95016
giordano
pushed a commit
to JuliaLang/llvm-project
that referenced
this issue
Jul 2, 2024
)
I'm not super familiar with this code, but it seems that we were just
missing a check.
The original code that triggered this did not have uselistorders but
llvm-reduce created them and it reproduces the same issue in a way more
compact way.
Fixesllvm#95016
(cherry picked from commit 380beae)
lravenclaw
pushed a commit
to lravenclaw/llvm-project
that referenced
this issue
Jul 3, 2024
)
I'm not super familiar with this code, but it seems that we were just
missing a check.
The original code that triggered this did not have uselistorders but
llvm-reduce created them and it reproduces the same issue in a way more
compact way.
Fixesllvm#95016
kbluck
pushed a commit
to kbluck/llvm-project
that referenced
this issue
Jul 6, 2024
)
I'm not super familiar with this code, but it seems that we were just
missing a check.
The original code that triggered this did not have uselistorders but
llvm-reduce created them and it reproduces the same issue in a way more
compact way.
Fixesllvm#95016
SLPVectorize asserts while optimizing the following module
This also seems to trigger on godbolt on whatever version of trunk they have there
https://godbolt.org/z/favErWG5K
stacktrace:
The text was updated successfully, but these errors were encountered: