[PATCH] D76378: [Attributor] Make use of analysis in the MustBeExecutedExplorer
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 18 15:13:43 PDT 2020
sstefan1 added inline comments.
================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:566
+ /* ExploreCFGBackward */ true,
+ // LIGetter
+ [](const Function &F) {
----------------
sstefan1 wrote:
> Maybe I misunderstood something, but isn't this supposed to return existing analysis results instead of creating new ones?
my bad, sorry
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76378/new/
https://reviews.llvm.org/D76378
More information about the llvm-commits
mailing list