[PATCH] D127467: [mlgo] Update FunctionPropertyCache after invalidating analyses

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 19:18:22 PDT 2022


mtrofin created this revision.
mtrofin added reviewers: kazu, Northbadge.
Herald added a subscriber: hiraditya.
Herald added a project: All.
mtrofin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The update depends on LoopInfo, so we need that refreshed first, not
after.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D127467

Files:
  llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
  llvm/include/llvm/Analysis/MLInlineAdvisor.h
  llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
  llvm/lib/Analysis/MLInlineAdvisor.cpp
  llvm/test/Transforms/Inline/ML/fpi-update.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127467.435770.patch
Type: text/x-patch
Size: 6625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220610/79927b61/attachment.bin>


More information about the llvm-commits mailing list