[all-commits] [llvm/llvm-project] e95ae3: [CSSPGO][NFC] Replace SampleProfileLoader::Profile...
Hongtao Yu via All-commits
all-commits at lists.llvm.org
Tue May 3 18:42:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e95ae395aa676fee4fd778d85219ee00f79d54d6
https://github.com/llvm/llvm-project/commit/e95ae395aa676fee4fd778d85219ee00f79d54d6
Author: Hongtao Yu <hoy at fb.com>
Date: 2022-05-03 (Tue, 03 May 2022)
Changed paths:
M llvm/lib/Transforms/IPO/SampleProfile.cpp
Log Message:
-----------
[CSSPGO][NFC] Replace SampleProfileLoader::ProfileIsCS with FunctionSamples::ProfileIsCS.
The two fields have the same meaning. Their values come from the reader. Therefore I'm removing one.
Reviewed By: wenlei
Differential Revision: https://reviews.llvm.org/D124788
More information about the All-commits
mailing list