[PATCH] D106402: [Attributor] AAFunctionReachability, Handle CallBase Reachability.
Kuter Dinel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 20 14:48:47 PDT 2021
kuter created this revision.
Herald added subscribers: ormris, okura, jdoerfert, uenoku, hiraditya.
Herald added a reviewer: uenoku.
Herald added a reviewer: homerdin.
kuter requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: sstefan1.
Herald added a reviewer: baziotis.
Herald added subscribers: llvm-commits, bbn.
Herald added a project: LLVM.
This patch makes it possible to query callbase reachability
(Can a callbase reach a function Fn transitively).
The patch moves the reachability query handling logic to a member class,
this class will have more users within the AA once we add other function
reachability queries.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D106402
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
llvm/unittests/Transforms/IPO/AttributorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106402.360285.patch
Type: text/x-patch
Size: 11424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210720/1f052169/attachment.bin>
More information about the llvm-commits
mailing list