[PATCH] D127477: [RISCV] move `isFaultFirstLoad` into `RISCVInstrInfo`
Yeting Kuo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 01:17:21 PDT 2022
fakepaper56 added inline comments.
================
Comment at: llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h:436
-bool isFaultFirstLoad(const MachineInstr &MI);
} // namespace llvm
----------------
Maybe we could add inline static in a header file, like here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127477/new/
https://reviews.llvm.org/D127477
More information about the llvm-commits
mailing list