Unverified Commit bddfbe74 authored by Simon Pilgrim's avatar Simon Pilgrim Committed by GitHub
Browse files

[VectorCombine] foldShuffleOfShuffles - fold "shuffle (shuffle x, undef),...

[VectorCombine] foldShuffleOfShuffles - fold "shuffle (shuffle x, undef), (shuffle y, undef)" -> "shuffle x, y" (#88743)

Another step towards cleaning up shuffles that have been split, often across bitcasts between SSE intrinsic.

Strip shuffles entirely if we fold to an identity shuffle.
parent 5138ccd0
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