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

Sacha Coppey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 04:28:28 PDT 2022


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

Remove useless test and refactor generateInstSeq by adding generateMCInstSeq to avoid code duplication between PseudoLI and Stackmap.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129848

Files:
  llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.h
  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.446430.patch
Type: text/x-patch
Size: 13435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220721/e57be40f/attachment-0001.bin>


More information about the llvm-commits mailing list