[PATCH] D36047: [ThinLTO] Add function attributes to Index and GraphTraits for function summary

Charles Saternos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 29 08:26:55 PDT 2017


ncharlie created this revision.
Herald added a subscriber: inglorion.

Add flags for function attributes and a GraphTrait implementation for the Index. The information added in this patch will allow SCC's to be created for the index and will be used in optimization and analysis passes.


https://reviews.llvm.org/D36047

Files:
  include/llvm/IR/ModuleSummaryIndex.h
  include/llvm/IR/ModuleSummaryIndexYAML.h
  lib/Analysis/ModuleSummaryAnalysis.cpp
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36047.108786.patch
Type: text/x-patch
Size: 17148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170729/99b4f4ab/attachment.bin>


More information about the llvm-commits mailing list