[PATCH] D43521: [ThinLTO] Compute synthetic function entry count
Easwaran Raman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 13 11:44:38 PST 2018
eraman updated this revision to Diff 178106.
eraman added a comment.
Add a test case to check for synthetic entry counts and rebase.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D43521/new/
https://reviews.llvm.org/D43521
Files:
include/llvm/IR/ModuleSummaryIndex.h
include/llvm/IR/ModuleSummaryIndexYAML.h
include/llvm/LTO/SummaryBasedOptimizations.h
include/llvm/Transforms/Utils/FunctionImportUtils.h
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Analysis/SyntheticCountsUtils.cpp
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/LTO/CMakeLists.txt
lib/LTO/LTO.cpp
lib/LTO/SummaryBasedOptimizations.cpp
lib/LTO/ThinLTOCodeGenerator.cpp
lib/Transforms/IPO/SyntheticCountsPropagation.cpp
lib/Transforms/Utils/FunctionImportUtils.cpp
test/Bitcode/summary_version.ll
test/Bitcode/thinlto-alias.ll
test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll
test/Bitcode/thinlto-function-summary-callgraph.ll
test/Bitcode/thinlto-synthetic-count-flag.ll
test/ThinLTO/X86/Inputs/function_entry_count.ll
test/ThinLTO/X86/function_entry_count.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43521.178106.patch
Type: text/x-patch
Size: 30702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181213/aeb6b6a0/attachment.bin>
More information about the llvm-commits
mailing list