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

[VectorCombine] foldBitcastShuffle - peek through any residual bitcasts before...

[VectorCombine] foldBitcastShuffle - peek through any residual bitcasts before creating a new bitcast on top (#86119)

Encountered while working on #67803, wading through the chains of bitcasts that SSE intrinsics introduces - this patch helps prevents cases where the bitcast chains aren't cleared out and we can't perform further combines until after InstCombine/InstSimplify has run.
parent 46246683
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