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
When extracts are vectorized and it has some poison values instead of
instructions, need to correctly set the vectorized operand not as
poison, but as a main vector operand of the main extract instruction.
Fixesllvm#122583
DKLoehr
pushed a commit
to DKLoehr/llvm-project
that referenced
this issue
Jan 17, 2025
When extracts are vectorized and it has some poison values instead of
instructions, need to correctly set the vectorized operand not as
poison, but as a main vector operand of the main extract instruction.
Fixesllvm#122583
Reproducer: https://godbolt.org/z/7eEEeeKoo
Sorry, I cannot provide alive2 link since
llvm.vector.insert.v8i64.v4i64
is not supported.Output:
lli output:
llubi output:
Before:
After:
The text was updated successfully, but these errors were encountered: