[all-commits] [llvm/llvm-project] 776889: [RISCV] Add Stackmap/Statepoint/Patchpoint support...
Sacha Coppey via All-commits
all-commits at lists.llvm.org
Tue Oct 10 21:05:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 776889bc1c68da65a44e73a49cccd302618290f7
https://github.com/llvm/llvm-project/commit/776889bc1c68da65a44e73a49cccd302618290f7
Author: Sacha Coppey <sacha.coppey at oracle.com>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
A llvm/test/CodeGen/RISCV/rv64-patchpoint.ll
A llvm/test/CodeGen/RISCV/rv64-stackmap-frame-setup.ll
A llvm/test/CodeGen/RISCV/rv64-stackmap-nops.ll
A llvm/test/CodeGen/RISCV/rv64-stackmap.ll
Log Message:
-----------
[RISCV] Add Stackmap/Statepoint/Patchpoint support without targets
This patch adds stackmap support for RISC-V without targets (i.e. the nop patchable forms).
Reviewed By: reames
Differential Revision: https://reviews.llvm.org/D123496
More information about the All-commits
mailing list