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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 02:29:14 PST 2025


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


More information about the llvm-commits mailing list