[llvm] [VectorCombine] Fold Deinterleave/Interleave Pairs (PR #211022)
Gaƫtan Bossu via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 02:41:00 PDT 2026
================
----------------
gbossu wrote:
Or poison/undef? (Note it might already be supported by `getSplatValue()`, but I guess if the first instruction uses poison and the next one use a proper splat, then we won't consider all operands as identical)
https://github.com/llvm/llvm-project/pull/211022
More information about the llvm-commits
mailing list