Commit ee5e027c authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[X86] getShuffleCost - recognise concat_vector(X,Y) shuffle as InsertSubvector...

[X86] getShuffleCost - recognise concat_vector(X,Y) shuffle as InsertSubvector instead of PermuteTwoSrc

We don't have a concat_vector shuffle kind and improveShuffleKindFromMask won't alter the base type to match it as InsertSubvector.

But since this is how X86 will lower concat_vector anyhow, just recognise it explicitly.

Another step for #67803
parent 7b5a5be2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment