[PATCH] D87338: [Driver][PGO] Driver support for de-Optimizing cold functions (PATCH 2/2)

Renato Golin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 10 03:18:15 PDT 2020


rengolin added inline comments.


================
Comment at: clang/docs/ClangCommandLineReference.rst:2021
+
+Adds ``optnone`` attributes to functions whose instrumentation-based PGO profiling counts are equal to zero (i.e. "cold").
+
----------------
Following discussions in the mailing list, I'm wondering if we want to join the `optsize` and `optnone` implementations into one flag.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87338/new/

https://reviews.llvm.org/D87338



More information about the cfe-commits mailing list