This patch adds stackmap support for RISC-V with call targets.
Depends on D123496
Differential D129848
[RISCV] Add Stackmap/Statepoint/Patchpoint support with targets Zeavee on Jul 15 2022, 5:08 AM. Authored by
Details
Diff Detail
Event TimelineComment Actions Update tests that do not check data directive using update_llc_test_checks.py. Avoid RISC-V fixups for StkMapRecord Instruction Offset as they them to be 0.
Comment Actions Remove useless test and refactor generateInstSeq by adding generateMCInstSeq to avoid code duplication between PseudoLI and Stackmap. Comment Actions Rebased the patch on main. For context, this patch has been used by the LLVM backend of GraalVM's Native Image project in production for around 4 months with no major issues. Comment Actions Hello, now that D123496 has been merged, would it be possible to have a new review on this patch? |