[PATCH] D15852: [PGO]: Simplify coverage data lowering code

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 08:34:21 PST 2016


vsk added a comment.

Ok. IIUC, when we replace name pointers with MD5 hashes, the function names will lose their uses. To keep `lowerCoverageData` working we'd need a solution like this. Lgtm (for parts 1 and 2).


http://reviews.llvm.org/D15852





More information about the llvm-commits mailing list