[llvm] [VP][RISCV] Introduce vp.splat and RISC-V. (PR #98731)
Yeting Kuo via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 02:13:33 PDT 2024
yetingk wrote:
> It would be quite nice to see how this is expected to help codegen where we currently use regular spats. I assume it will likely reduce `vsetvli`s? Is there a plan to introduce it to the vectorizer?
The main reason of this patch is for codegen and codegen prepare optimization. But I am sure the patch could be benefit to VLA vectorizer.
https://github.com/llvm/llvm-project/pull/98731
More information about the llvm-commits
mailing list