[PATCH] D34838: Prototype: Reduce llvm-profdata merge memory usage further

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 17:18:17 PDT 2017


davidxl added a comment.

Instead of exposing Counter members widely (and fixing tests), it is better to add wrapper methods in InstrProfRecord to forward the call to the nested member struct.


https://reviews.llvm.org/D34838





More information about the llvm-commits mailing list