[llvm] [RISCV] Use experimental.vp.splat to splat specific vector length elements. (PR #101329)

Yeting Kuo via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 12:51:28 PDT 2024


yetingk wrote:

> Doesn't this fix a crash if the loaded elements have pointer type? Pointer types are not supported by getEVT or the the riscv_vmv_v_x intrinsic from the original code.

Add ptr vector test case.

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


More information about the llvm-commits mailing list