[PATCH] D18610: [PGO] Restore the correct counter value after processing a nested region in case of combined regions.
Igor Kudrin via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 09:57:23 PDT 2016
ikudrin updated this revision to Diff 52230.
ikudrin added a comment.
Thanks a lot for the comments! Please review the new version of the code.
- Added a new unit test.
- Eliminated dead code.
- Reworked the whole SegmentBuilder class.
- Addressed all other comments.
http://reviews.llvm.org/D18610
Files:
llvm/trunk/include/llvm/ProfileData/CoverageMapping.h
llvm/trunk/lib/ProfileData/CoverageMapping.cpp
llvm/trunk/test/tools/llvm-cov/showTemplateInstantiations.cpp
llvm/trunk/unittests/ProfileData/CoverageMappingTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18610.52230.patch
Type: text/x-patch
Size: 8303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160331/3e740d30/attachment.bin>
More information about the llvm-commits
mailing list