[PATCH] D123496: [RISCV] Add Stackmap/Statepoint/Patchpoint support without targets

Sacha Coppey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 04:26:13 PDT 2022


Zeavee updated this revision to Diff 426961.
Zeavee retitled this revision from "Add Stackmap support for RISC-V" to "[RISCV] Add Stackmap/Statepoint/Patchpoint support without targets".
Zeavee edited the summary of this revision.
Zeavee added a comment.
Herald added subscribers: eopXD, evandro, benna, psnobl.

I removed the code related to the target resolution, to put it in another patch as suggested. I still took the comments into account and they will be applied in the other patch. I also used `emitNops` to avoid code duplication when emitting the Nops.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123496/new/

https://reviews.llvm.org/D123496

Files:
  llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/test/CodeGen/RISCV/rv64-patchpoint.ll
  llvm/test/CodeGen/RISCV/rv64-stackmap-nops.ll
  llvm/test/CodeGen/RISCV/rv64-stackmap.ll
  llvm/test/CodeGen/RISCV/stackmap-frame-setup.ll
  llvm/test/CodeGen/RISCV/stackmap.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123496.426961.patch
Type: text/x-patch
Size: 30643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220504/0fba7fad/attachment.bin>


More information about the llvm-commits mailing list