[PATCH] D136163: Port PlaceSafepoints pass to the new pass manager

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 09:18:14 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1ceb79e2e075: Port PlaceSafepoints pass to the new pass manager (authored by jandupej, committed by aeubanks).

Changed prior to commit:
  https://reviews.llvm.org/D136163?vs=497634&id=498406#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136163

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/Scalar/PlaceSafepoints.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp
  llvm/lib/Transforms/Scalar/Scalar.cpp
  llvm/test/Transforms/PlaceSafepoints/basic.ll
  llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll
  llvm/test/Transforms/PlaceSafepoints/finite-loops.ll
  llvm/test/Transforms/PlaceSafepoints/libcall.ll
  llvm/test/Transforms/PlaceSafepoints/memset.ll
  llvm/test/Transforms/PlaceSafepoints/no-statepoints.ll
  llvm/test/Transforms/PlaceSafepoints/split-backedge.ll
  llvm/test/Transforms/PlaceSafepoints/statepoint-coreclr.ll
  llvm/test/Transforms/PlaceSafepoints/statepoint-frameescape.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136163.498406.patch
Type: text/x-patch
Size: 34925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230217/d3172057/attachment.bin>


More information about the llvm-commits mailing list