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

Campbell Suter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 18:04:16 PST 2023


znix updated this revision to Diff 490694.
znix marked 13 inline comments as done.
znix added a comment.

- Split the GCStrategy::UseRS4GC into a separate diff
- Reword some changes to Statepoints.rst and mention UseRS4GC in them
- Don't pass the GCStrategy into shouldRewriteStatepointsIn or runOnFunction
- Use optional::value_or in isGCPointerType


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141110

Files:
  llvm/docs/Statepoints.rst
  llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141110.490694.patch
Type: text/x-patch
Size: 19679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230120/7df4ccb5/attachment.bin>


More information about the llvm-commits mailing list