[PATCH] D140908: [MemProf] Context disambiguation cloning pass [patch 1/3]
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 07:41:54 PST 2023
tejohnson updated this revision to Diff 503040.
tejohnson added a comment.
Fix typo that prevented matching of inline sequences of more than one inline, and add new tests for the 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-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/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.503040.patch
Type: text/x-patch
Size: 214014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230307/01dbc2de/attachment-0001.bin>
More information about the llvm-commits
mailing list