[PATCH] D141110: [RS4GC] Remove the hardcoded GC strategy names (v2)

Denis Antrushin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 06:28:21 PST 2023


dantrushin accepted this revision.
dantrushin added a comment.
This revision is now accepted and ready to land.

LGTM.
I'll wait for a few days before landing it to let other reviewers speak up.



================
Comment at: llvm/docs/Statepoints.rst:559
 
-Note that by default, this pass only runs for the "statepoint-example" or
-"core-clr" gc strategies.  You will need to add your custom strategy to this
-list or use one of the predefined ones.
+This patch only applies to GCStrategy instances where the ``UseRS4GC`` flag
+is set. The two builtin GC strategies with this set are the
----------------
`pass`, not `patch`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141110



More information about the llvm-commits mailing list