[llvm] [VP][RISCV] Add a vp.load.ff intrinsic for fault only first load. (PR #128593)
Shih-Po Hung via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 1 06:16:37 PDT 2025
================
@@ -12682,6 +12689,52 @@ SDValue RISCVTargetLowering::lowerMaskedLoad(SDValue Op,
return DAG.getMergeValues({Result, Chain}, DL);
}
+SDValue RISCVTargetLowering::lowerLoadFF(SDValue Op, SelectionDAG &DAG) const {
+ assert(Op.getResNo() == 0);
----------------
arcbbb wrote:
Please add a message to the assert.
https://github.com/llvm/llvm-project/pull/128593
More information about the llvm-commits
mailing list