[llvm] [LSV] Support vectorization of mixed-type contiguous accesses (PR #177908)
Anshil Gandhi via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 2 05:03:33 PST 2026
================
----------------
gandhi56 wrote:
Yes, the current implementation for filling gaps should suffice for now as it only applies if the sizes of two non-adjacent elements are equal.
How about recording the vectorized type for each chain and then attempting to fill gaps? Should we create a new issue to implement this change?
https://github.com/llvm/llvm-project/pull/177908
More information about the llvm-commits
mailing list