[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:57:39 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL349076: [ThinLTO] Compute synthetic function entry count (authored by eraman, committed by ).

Repository:
  rL LLVM

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

https://reviews.llvm.org/D43521

Files:
  llvm/trunk/include/llvm/IR/ModuleSummaryIndex.h
  llvm/trunk/include/llvm/IR/ModuleSummaryIndexYAML.h
  llvm/trunk/include/llvm/LTO/SummaryBasedOptimizations.h
  llvm/trunk/include/llvm/Transforms/Utils/FunctionImportUtils.h
  llvm/trunk/lib/Analysis/ModuleSummaryAnalysis.cpp
  llvm/trunk/lib/Analysis/SyntheticCountsUtils.cpp
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/LTO/CMakeLists.txt
  llvm/trunk/lib/LTO/LTO.cpp
  llvm/trunk/lib/LTO/SummaryBasedOptimizations.cpp
  llvm/trunk/lib/LTO/ThinLTOCodeGenerator.cpp
  llvm/trunk/lib/Transforms/IPO/SyntheticCountsPropagation.cpp
  llvm/trunk/lib/Transforms/Utils/FunctionImportUtils.cpp
  llvm/trunk/test/Bitcode/summary_version.ll
  llvm/trunk/test/Bitcode/thinlto-alias.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll
  llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph.ll
  llvm/trunk/test/Bitcode/thinlto-synthetic-count-flag.ll
  llvm/trunk/test/ThinLTO/X86/Inputs/function_entry_count.ll
  llvm/trunk/test/ThinLTO/X86/function_entry_count.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43521.178109.patch
Type: text/x-patch
Size: 31661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181213/4fad71c0/attachment.bin>


More information about the llvm-commits mailing list