Add lld options for CSPGO (context-sensitive PGO).
The main patch for CSPGO is here:
https://reviews.llvm.org/D54175
Differential D56675
[lld] add options for context-sensitive PGO. xur on Jan 14 2019, 10:33 AM. Authored by
Details Add lld options for CSPGO (context-sensitive PGO). The main patch for CSPGO is here:
Diff Detail
Event Timeline
Comment Actions Sorry for the belated response. (I was on vacation last week.)
Comment Actions LGTM
Comment Actions Are there any bugs/reviews/etc. that I can subscribe to for the implementation of this in COFF? Comment Actions Feature of the main implementation is reviewed here: I'm not familiar with COFF. But I think you can just do similar things as in ELF: it just passes the plugin-opts to backend compilation.
|