[llvm] [VectorCombine] foldPermuteOfBinops - fold "shuffle (binop (shuffle, other)), undef" --> "binop (shuffle), (shuffle)". (PR #122118)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 04:26:17 PST 2025
RKSimon wrote:
@jplehr Fixed by 6a9e9878a200a6e494beed8944d6d08347945727 - I'll add proper test coverage shortly
https://github.com/llvm/llvm-project/pull/122118
More information about the llvm-commits
mailing list