[PATCH] D22030: [PGO] Change the ProfileSummary metadata merge behavior

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 09:40:39 PDT 2016


eraman added a comment.

I am trying to understand the use case here. Do you need to support a case where you compile different modules with different profiles and LTO them together? Isn't merging the profiles and using the merged profile an option there?


Repository:
  rL LLVM

http://reviews.llvm.org/D22030





More information about the llvm-commits mailing list