[PATCH] D24638: [thinlto] Basic thinlto fdo heuristic

Piotr Padlewski via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 17:54:42 PDT 2016


Prazek updated this revision to Diff 72384.
Prazek added a comment.

- [thinlto] replace profile count with hotness
- fixes


https://reviews.llvm.org/D24638

Files:
  include/llvm/Analysis/ModuleSummaryAnalysis.h
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/ModuleSummaryIndex.h
  lib/Analysis/ModuleSummaryAnalysis.cpp
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/LTO/ThinLTOCodeGenerator.cpp
  lib/Transforms/IPO/FunctionImport.cpp
  test/Bitcode/Inputs/thinlto-function-summary-callgraph-combined.1.bc
  test/Bitcode/Inputs/thinlto-function-summary-callgraph-pgo-combined.1.bc
  test/Bitcode/Inputs/thinlto-function-summary-callgraph-pgo.1.bc
  test/Bitcode/Inputs/thinlto-function-summary-callgraph-profile-summary.ll
  test/Bitcode/Inputs/thinlto-function-summary-callgraph.1.bc
  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.ll
  test/Bitcode/thinlto-function-summary-refgraph.ll
  test/Transforms/FunctionImport/Inputs/hotness_based_import.ll
  test/Transforms/FunctionImport/hotness_based_import.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24638.72384.patch
Type: text/x-patch
Size: 38770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160924/f049dadb/attachment.bin>


More information about the llvm-commits mailing list