[PATCH] D138910: [RS4GC] Turn lambda into static function. NFC.
Denis Antrushin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 04:32:12 PST 2022
dantrushin created this revision.
dantrushin added reviewers: skatkov, anna.
Herald added a subscriber: hiraditya.
Herald added a project: All.
dantrushin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Extract `rematerializeChain()` lambda into static function.
We'll need it in upcoming patch to RS4GC pass.
There is small interface change: now reversal of `ChainToBase` is
performed within this function, not outside.
Still this is non-functional change.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138910
Files:
llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138910.478523.patch
Type: text/x-patch
Size: 7693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221129/cd398518/attachment.bin>
More information about the llvm-commits
mailing list