Add lld CSPGO (Contex-Sensitive PGO) options for COFF target.
Reference the ELF options from https://reviews.llvm.org/D56675
Paths
| Differential D98763
[lld] add context-sensitive PGO options for COFF. ClosedPublic Authored by YolandaCY on Mar 17 2021, 12:34 AM.
Details Summary Add lld CSPGO (Contex-Sensitive PGO) options for COFF target. Reference the ELF options from https://reviews.llvm.org/D56675
Diff Detail
Event TimelineHerald added subscribers: wenlei, dang, steven_wu, hiraditya. · View Herald TranscriptMar 17 2021, 12:34 AM Comment Actions This patch is to enable CSPGO for Thinlto in lld on Windows. Could you please help review? Comment Actions Thank you Rong. Any feedback from other reviewers? I have verified this works for both old and new pass manager. Regards This revision is now accepted and ready to land.Mar 24 2021, 7:00 PM Closed by commit rG4f9c61ef7229: [lld] add context-sensitive PGO options for COFF. (authored by YolandaCY, committed by Pengfei Wang <pengfei.wang@intel.com>). · Explain WhyMar 24 2021, 11:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 333218 lld/COFF/Config.h
lld/COFF/Driver.cpp
lld/COFF/LTO.cpp
lld/COFF/Options.td
|