[PATCH] D141077: [MemProf] Context disambiguation cloning pass [patch 3/3]
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 13:55:46 PST 2023
tejohnson updated this revision to Diff 487980.
tejohnson added a comment.
Misc minor fixes from building with a large application
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141077/new/
https://reviews.llvm.org/D141077
Files:
llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h
llvm/include/llvm/IR/InstrTypes.h
llvm/include/llvm/IR/ModuleSummaryIndex.h
llvm/include/llvm/Transforms/IPO/PGHOContextDisambiguation.h
llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/IR/ModuleSummaryIndex.cpp
llvm/lib/Passes/PassBuilderPipelines.cpp
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-funcassigncloning.ll
llvm/test/ThinLTO/X86/pgho-indirectcall.ll
llvm/test/ThinLTO/X86/pgho-inlined.ll
llvm/test/Transforms/PGHOContextDisambiguation/basic.ll
llvm/test/Transforms/PGHOContextDisambiguation/duplicate-context-ids.ll
llvm/test/Transforms/PGHOContextDisambiguation/funcassigncloning.ll
llvm/test/Transforms/PGHOContextDisambiguation/indirectcall.ll
llvm/test/Transforms/PGHOContextDisambiguation/inlined.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141077.487980.patch
Type: text/x-patch
Size: 139412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230110/92efc47f/attachment.bin>
More information about the llvm-commits
mailing list