[PATCH] D140908: [MemProf] Context disambiguation cloning pass [patch 1/3]
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 8 14:19:13 PST 2023
tejohnson updated this revision to Diff 503519.
tejohnson added a comment.
Fix and improve context id duplication, add test that failed node checking without fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140908/new/
https://reviews.llvm.org/D140908
Files:
llvm/include/llvm/IR/ModuleSummaryIndex.h
llvm/include/llvm/Transforms/IPO/PGHOContextDisambiguation.h
llvm/lib/LTO/LTO.cpp
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/PGHOContextDisambiguation.cpp
llvm/test/ThinLTO/X86/pgho-basic.ll
llvm/test/ThinLTO/X86/pgho-duplicate-context-ids.ll
llvm/test/ThinLTO/X86/pgho-duplicate-context-ids2.ll
llvm/test/ThinLTO/X86/pgho-indirectcall.ll
llvm/test/ThinLTO/X86/pgho-inlined.ll
llvm/test/ThinLTO/X86/pgho-inlined2.ll
llvm/test/Transforms/PGHOContextDisambiguation/basic.ll
llvm/test/Transforms/PGHOContextDisambiguation/duplicate-context-ids.ll
llvm/test/Transforms/PGHOContextDisambiguation/duplicate-context-ids2.ll
llvm/test/Transforms/PGHOContextDisambiguation/indirectcall.ll
llvm/test/Transforms/PGHOContextDisambiguation/inlined.ll
llvm/test/Transforms/PGHOContextDisambiguation/inlined2.ll
llvm/test/Transforms/PGHOContextDisambiguation/pass-pipeline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140908.503519.patch
Type: text/x-patch
Size: 278367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230308/963494d5/attachment-0001.bin>
More information about the llvm-commits
mailing list