[PATCH] D136163: Port PlaceSafepoints pass to the new pass manager
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 09:40:26 PST 2023
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
do you need somebody to land this for you?
================
Comment at: llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp:342
+ if (enableBackedgeSafepoints(F)) {
+ // Construct a pass manager to run the LoopPass backedge logic. We
+ // need the pass manager to handle scheduling all the loop passes
----------------
this should be updated to not use the legacy pm in a followup change
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136163/new/
https://reviews.llvm.org/D136163
More information about the llvm-commits
mailing list