[all-commits] [llvm/llvm-project] 53003e: [RISCV] Implement Statepoint and Patchpoint loweri...
Sacha Coppey via All-commits
all-commits at lists.llvm.org
Wed Apr 10 21:20:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53003e36e9f4574d06c22611f61f68de32c89c6b
https://github.com/llvm/llvm-project/commit/53003e36e9f4574d06c22611f61f68de32c89c6b
Author: Sacha Coppey <sacha.coppey at oracle.com>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/test/CodeGen/RISCV/rv64-patchpoint.ll
A llvm/test/CodeGen/RISCV/rv64-statepoint-call-lowering-x1.ll
A llvm/test/CodeGen/RISCV/rv64-statepoint-call-lowering-x2.ll
A llvm/test/CodeGen/RISCV/rv64-statepoint-call-lowering.ll
Log Message:
-----------
[RISCV] Implement Statepoint and Patchpoint lowering to call instructions (#77337)
This patch adds stackmap support for RISC-V with call targets.
Based on patch from https://reviews.llvm.org/D129848.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list