[llvm] [LoadStoreVectorizer] Support vectorization of mixed-type contiguous accesses (PR #177908)
Anshil Gandhi via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 10:53:31 PDT 2026
================
----------------
gandhi56 wrote:
It seems that cmc-rep's solution will do. Precise knowledge of what the vector element type is helpful in `splitChainByContiguity` and `splitChainByAlignment`. So I implemented it.
https://github.com/llvm/llvm-project/pull/177908
More information about the llvm-commits
mailing list