[llvm] [VP][RISCV] Add a vp.load.ff intrinsic for fault only first load. (PR #128593)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 00:01:17 PDT 2025


================
@@ -23943,6 +23943,63 @@ Examples:
      %also.r = call <8 x i8> @llvm.masked.load.v8i8.p0(ptr %ptr, i32 2, <8 x i1> %mask, <8 x i8> poison)
 
 
+.. _int_vp_ff_load:
+
+'``llvm.vp.ff.load``' Intrinsic
----------------
lukel97 wrote:

Probably not if they don't have EVL. After reading the RFC a bit more I presume we'll need two different intrinsics as @arcbbb mentioned, since SVE will need to return a mask anyway. And it might also have a gather variant.

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


More information about the llvm-commits mailing list