[PATCH] D129848: [RISCV] Add Stackmap/Statepoint/Patchpoint support with targets

Sacha Coppey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 15:03:12 PDT 2022


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

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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129848

Files:
  llvm/lib/CodeGen/StackMaps.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
  llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
  llvm/test/CodeGen/RISCV/rv64-patchpoint.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129848.445140.patch
Type: text/x-patch
Size: 12999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220715/da11acd4/attachment.bin>


More information about the llvm-commits mailing list