[PATCH] D40747: [ThinLTO] Enable importing of aliases as copy of aliasee

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 12:00:49 PST 2017


tejohnson updated this revision to Diff 127173.
tejohnson added a comment.

Address comments


https://reviews.llvm.org/D40747

Files:
  include/llvm/IR/ModuleSummaryIndex.h
  include/llvm/IR/Value.h
  include/llvm/Transforms/IPO/FunctionImport.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/Value.cpp
  lib/Transforms/IPO/FunctionImport.cpp
  test/ThinLTO/X86/Inputs/distributed_import.ll
  test/ThinLTO/X86/Inputs/distributed_indexes.ll
  test/ThinLTO/X86/alias_import.ll
  test/ThinLTO/X86/distributed_import.ll
  test/ThinLTO/X86/distributed_indexes.ll
  test/ThinLTO/X86/funcimport.ll
  test/Transforms/FunctionImport/funcimport.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40747.127173.patch
Type: text/x-patch
Size: 28857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171215/814e33d2/attachment.bin>


More information about the llvm-commits mailing list