[PATCH] D69586: [profile] Support online merging with continuous sync mode

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 15 16:52:41 PST 2019


davidxl added a comment.

Since the unlock is the common path, why not replacing goto with a helper as well?

lprofUnlockIfNeeded(profileRequiresUnlock, File);
return;


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69586/new/

https://reviews.llvm.org/D69586





More information about the llvm-commits mailing list