[PATCH] D123496: Add Stackmap support for RISC-V

Sacha Coppey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 07:56:49 PDT 2022


Zeavee updated this revision to Diff 422234.
Zeavee added a comment.

Sorry for the delay, it took me some time to run `clang-format`. I also added the context as asked. Finally, I added an assert to make sure STACKMAP, PATCHPOINT and STATEPOINT are only used with RV64.


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.422234.patch
Type: text/x-patch
Size: 38019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220412/2f702dac/attachment.bin>


More information about the llvm-commits mailing list