[PATCH] D19032: Move summary creation out of llvm-as into opt

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 13:40:47 PDT 2016


joker.eph created this revision.
joker.eph added a reviewer: tejohnson.
joker.eph added a subscriber: llvm-commits.
Herald added a subscriber: joker.eph.

Let keep llvm-as "dumb": it converts textual IR to bitcode.
We'll add back summary in llvm-as if we get to a textual
representation for it at some point. In the meantime, opt seems
like a better place for that.

http://reviews.llvm.org/D19032

Files:
  include/llvm/ExecutionEngine/ExecutionEngine.h
  test/Bitcode/module_hash.ll
  test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
  test/Bitcode/thinlto-function-summary-callgraph.ll
  test/Bitcode/thinlto-function-summary-refgraph.ll
  test/Bitcode/thinlto-function-summary.ll
  test/Bitcode/thinlto-summary-linkage-types.ll
  test/Linker/funcimport.ll
  test/Linker/funcimport2.ll
  test/Linker/funcimport_appending_global.ll
  test/Linker/funcimport_comdat.ll
  test/Linker/thinlto_funcimport_debug.ll
  test/ThinLTO/X86/funcimport.ll
  test/ThinLTO/X86/odr_resolution.ll
  test/Transforms/FunctionImport/adjustable_threshold.ll
  test/Transforms/FunctionImport/funcimport.ll
  test/Transforms/FunctionImport/funcimport_alias.ll
  test/Transforms/FunctionImport/funcimport_debug.ll
  test/tools/llvm-lto/thinlto.ll
  tools/llvm-as/llvm-as.cpp
  tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19032.53451.patch
Type: text/x-patch
Size: 15458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160412/4a4ed65f/attachment-0001.bin>


More information about the llvm-commits mailing list