[llvm] [LV] Add support for speculative loads in loops that may fault (PR #151300)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 30 06:05:41 PDT 2025
================
@@ -12682,6 +12689,57 @@ SDValue RISCVTargetLowering::lowerMaskedLoad(SDValue Op,
return DAG.getMergeValues({Result, Chain}, DL);
}
+SDValue RISCVTargetLowering::lowerLoadFF(SDValue Op, SelectionDAG &DAG) const {
+ assert(Op.getResNo() == 0);
----------------
alexey-bataev wrote:
Add a message
https://github.com/llvm/llvm-project/pull/151300
More information about the llvm-commits
mailing list