[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:36 PDT 2025


================
@@ -1668,6 +1668,9 @@ class SelectionDAG {
                                       ArrayRef<SDValue> Ops,
                                       MachineMemOperand *MMO,
                                       ISD::MemIndexType IndexType);
+  LLVM_ABI SDValue getLoadFFVP(EVT VT, const SDLoc &dl, SDValue Chain,
----------------
arcbbb wrote:

```suggestion
  LLVM_ABI SDValue getLoadFFVP(EVT VT, const SDLoc &DL, SDValue Chain,
```
Just noticed that all instances of dl in this file use lowercase. Not sure if we need to follow the convention.

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


More information about the llvm-commits mailing list