[llvm] [RISCV] Add Stackmap/Statepoint/Patchpoint support with targets (PR #77337)
Wang Pengcheng via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 24 20:12:33 PDT 2024
================
@@ -1523,9 +1523,12 @@ unsigned RISCVInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
case TargetOpcode::PATCHPOINT:
----------------
wangpc-pp wrote:
The title says `Stackmap/Statepoint/Patchpoint`, but we don't support them all here?
https://github.com/llvm/llvm-project/pull/77337
More information about the llvm-commits
mailing list