[PATCH] D149117: [MemProf] Context disambiguation cloning pass [patch 4/4]

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 20:33:07 PDT 2023


tejohnson created this revision.
tejohnson added reviewers: snehasish, davidxl.
Herald added subscribers: hoy, ormris, steven_wu, hiraditya.
Herald added a project: All.
tejohnson requested review of this revision.
Herald added a project: LLVM.

Applies ThinLTO cloning decisions made during the thin link and
recorded in the summary index to the IR during the ThinLTO backend.

Depends on D141077 <https://reviews.llvm.org/D141077>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149117

Files:
  llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h
  llvm/include/llvm/Transforms/IPO/MemProfContextDisambiguation.h
  llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
  llvm/lib/Passes/PassBuilderPipelines.cpp
  llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
  llvm/test/ThinLTO/X86/memprof-basic.ll
  llvm/test/ThinLTO/X86/memprof-duplicate-context-ids.ll
  llvm/test/ThinLTO/X86/memprof-funcassigncloning.ll
  llvm/test/ThinLTO/X86/memprof-indirectcall.ll
  llvm/test/ThinLTO/X86/memprof-inlined.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149117.516607.patch
Type: text/x-patch
Size: 51500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230425/1ab13118/attachment.bin>


More information about the llvm-commits mailing list