[PATCH] D121272: [CaptureTracking][NFCI] Expose capture tracking logic
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 9 00:26:23 PST 2022
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/include/llvm/Analysis/CaptureTracking.h:119
+ /// A use can be no-capture, a use can potentially capture, or a use can be
+ /// passthrough such that the user should be inspected.
+ /// The \p IsDereferenceableOrNull callback is used to rule out capturing for
----------------
"the user" -> "the transitive uses"? We're inspecting the user either way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121272/new/
https://reviews.llvm.org/D121272
More information about the llvm-commits
mailing list