[PATCH] D100557: [GC][NFC] Move GCStrategy from CodeGen to IR

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 22:32:16 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd8b37de8a478: [GC][NFC] Move GCStrategy from CodeGen to IR (authored by mkazantsev).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100557

Files:
  llvm/include/llvm/CodeGen/BuiltinGCs.h
  llvm/include/llvm/CodeGen/GCMetadata.h
  llvm/include/llvm/CodeGen/GCStrategy.h
  llvm/include/llvm/CodeGen/LinkAllAsmWriterComponents.h
  llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h
  llvm/include/llvm/IR/BuiltinGCs.h
  llvm/include/llvm/IR/GCStrategy.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
  llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
  llvm/lib/CodeGen/BuiltinGCs.cpp
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/GCMetadata.cpp
  llvm/lib/CodeGen/GCRootLowering.cpp
  llvm/lib/CodeGen/GCStrategy.cpp
  llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  llvm/lib/IR/BuiltinGCs.cpp
  llvm/lib/IR/CMakeLists.txt
  llvm/lib/IR/GCStrategy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100557.345051.patch
Type: text/x-patch
Size: 8285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210513/ef4ddc65/attachment.bin>


More information about the llvm-commits mailing list