[llvm] [LoadStoreVectorizer] Fill gaps in load/store chains to enable vectorization (PR #159388)
Drew Kersnar via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 17 13:53:43 PDT 2025
dakersnar wrote:
I've updated this PR to generate masked loads as discussed, and it can be reviewed now. In the next day or two, I will update the NVPTX change that this is dependent on (https://github.com/llvm/llvm-project/pull/159387) to handle lowering of the masked load intrinsics. At that point they will both be ready for review. I'm hoping to merge them at the same time, back to back, once review iteration is done.
https://github.com/llvm/llvm-project/pull/159388
More information about the llvm-commits
mailing list