Commit 717d3f39 authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[VectorCombine] foldShuffleOfCastops - add initial...

[VectorCombine] foldShuffleOfCastops - add initial shuffle(bitcast(x),bitcast(y)) -> bitcast(shuffle(x,y)) support

Just handle cases where the bitcast src/dst element counts are the same (future patches will add shuffle mask scaling)
parent a403ad93
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