[llvm] [VectorCombine] foldShuffleOfBinops - fold shuffle(binop(shuffle(x),shuffle(z)),binop(shuffle(y),shuffle(w)) -> binop(shuffle(x,z),shuffle(y,w)) (PR #120984)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 30 05:41:00 PST 2024


https://github.com/alexey-bataev approved this pull request.

LG

https://github.com/llvm/llvm-project/pull/120984


More information about the llvm-commits mailing list