The two fields have the same meaning. Their values come from the reader. Therefore I'm removing one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D124788
[CSSPGO][NFC] Replace SampleProfileLoader::ProfileIsCS with FunctionSamples::ProfileIsCS. ClosedPublic Authored by hoy on May 2 2022, 10:58 AM.
Details Summary The two fields have the same meaning. Their values come from the reader. Therefore I'm removing one.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.May 3 2022, 6:24 PM This revision was landed with ongoing or failed builds.May 3 2022, 6:42 PM Closed by commit rGe95ae395aa67: [CSSPGO][NFC] Replace SampleProfileLoader::ProfileIsCS with FunctionSamples… (authored by hoy). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 426888 llvm/lib/Transforms/IPO/SampleProfile.cpp
|
Any reason to avoid using FunctionSamples::ProfileIsCS here?