[PATCH] D140908: [MemProf] Context disambiguation cloning pass [patch 1a/3]

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 13:07:41 PDT 2023


tejohnson updated this revision to Diff 506688.
tejohnson marked 3 inline comments as done.
tejohnson added a comment.

Address all comments other than the test reduction and graph traversal suggestions, which I will work on next.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140908/new/

https://reviews.llvm.org/D140908

Files:
  llvm/include/llvm/Transforms/IPO/MemProfContextDisambiguation.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassBuilderPipelines.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/IPO/CMakeLists.txt
  llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
  llvm/test/ThinLTO/X86/memprof-summary.ll
  llvm/test/Transforms/MemProfContextDisambiguation/basic.ll
  llvm/test/Transforms/MemProfContextDisambiguation/duplicate-context-ids.ll
  llvm/test/Transforms/MemProfContextDisambiguation/duplicate-context-ids2.ll
  llvm/test/Transforms/MemProfContextDisambiguation/indirectcall.ll
  llvm/test/Transforms/MemProfContextDisambiguation/inlined.ll
  llvm/test/Transforms/MemProfContextDisambiguation/inlined2.ll
  llvm/test/Transforms/MemProfContextDisambiguation/pass-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140908.506688.patch
Type: text/x-patch
Size: 179386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230320/2228434a/attachment-0001.bin>


More information about the llvm-commits mailing list