[llvm] [VectorCombine] Fold Deinterleave/Interleave Pairs (PR #211022)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 01:54:28 PDT 2026


================

----------------
MacDue wrote:

nit: Use `WideValue`
```suggestion
  ElementCount WideEC =
      cast<VectorType>(WideValue->getType())
          ->getElementCount();
```

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


More information about the llvm-commits mailing list