[all-commits] [llvm/llvm-project] 62ef77: [CSSPGO] Do not merge a context that is already du...
Hongtao Yu via All-commits
all-commits at lists.llvm.org
Mon Feb 14 18:07:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62ef77ca63c1541e707a2ec5965f08c8320b6876
https://github.com/llvm/llvm-project/commit/62ef77ca63c1541e707a2ec5965f08c8320b6876
Author: Hongtao Yu <hoy at fb.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M llvm/lib/ProfileData/SampleProfReader.cpp
M llvm/lib/Transforms/IPO/SampleProfile.cpp
Log Message:
-----------
[CSSPGO] Do not merge a context that is already duplicated into the base profile.
Do not merge a context that is already duplicated into the base profile.
Also fixing a typo caused by previous refactoring.
Reviewed By: wenlei
Differential Revision: https://reviews.llvm.org/D119735
More information about the All-commits
mailing list