[PATCH] D56122: [CallSite removal] Migrate the statepoint GC infrastructure to use the `CallBase` class rather than `CallSite` wrappers.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 10 23:43:48 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL353660: [CallSite removal] Migrate the statepoint GC infrastructure to use the (authored by chandlerc, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56122?vs=180433&id=186187#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D56122

Files:
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/include/llvm/IR/Statepoint.h
  llvm/trunk/include/llvm/Transforms/Utils/Local.h
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/lib/IR/Statepoint.cpp
  llvm/trunk/lib/Transforms/Scalar/PlaceSafepoints.cpp
  llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56122.186187.patch
Type: text/x-patch
Size: 54796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190211/d3e2a46d/attachment.bin>


More information about the llvm-commits mailing list