[PATCH] D70404: [ThinLTO] Always import constants

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 07:36:22 PST 2019


evgeny777 updated this revision to Diff 233615.
evgeny777 marked 2 inline comments as done.
evgeny777 added a comment.

- Added test case for 'readonly' constants (import-ro-constant.ll)
- Added support for 'Constant' attribute to dot dumper
- Addressed other comments


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

https://reviews.llvm.org/D70404

Files:
  llvm/include/llvm/IR/ModuleSummaryIndex.h
  llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/ModuleSummaryIndex.cpp
  llvm/test/Assembler/thinlto-summary.ll
  llvm/test/Assembler/thinlto-vtable-summary.ll
  llvm/test/Bitcode/thinlto-function-summary-refgraph.ll
  llvm/test/ThinLTO/X86/Inputs/dot-dumper.ll
  llvm/test/ThinLTO/X86/Inputs/import-constant.ll
  llvm/test/ThinLTO/X86/Inputs/import-ro-constant-bar.ll
  llvm/test/ThinLTO/X86/Inputs/import-ro-constant-foo.ll
  llvm/test/ThinLTO/X86/dot-dumper.ll
  llvm/test/ThinLTO/X86/import-constant.ll
  llvm/test/ThinLTO/X86/import-ro-constant.ll
  llvm/test/ThinLTO/X86/load-store-caching.ll
  llvm/test/ThinLTO/X86/referenced_by_constant.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70404.233615.patch
Type: text/x-patch
Size: 26325 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191212/36b76a92/attachment.bin>


More information about the llvm-commits mailing list