[PATCH] D45062: [ThinLTO] Add an option to force summary call edges cold for debugging

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 13:49:24 PDT 2018


tejohnson created this revision.
tejohnson added a reviewer: eraman.
Herald added a subscriber: inglorion.

Useful to selectively disable importing into specific modules for
debugging/triaging/workarounds.


Repository:
  rL LLVM

https://reviews.llvm.org/D45062

Files:
  lib/Analysis/ModuleSummaryAnalysis.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/Transforms/IPO/FunctionImport.cpp
  test/Transforms/FunctionImport/Inputs/funcimport_forcecold.ll
  test/Transforms/FunctionImport/funcimport_forcecold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45062.140323.patch
Type: text/x-patch
Size: 5080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180329/1ab361e0/attachment.bin>


More information about the llvm-commits mailing list