[PATCH] D85809: [lld] Enable remarks hotness filtering in lld and llvm-lto2

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 21:20:48 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/LTO/Config.h:124
 
+  /// Minimal number of hotness number for remarks to report.
+  unsigned RemarksHotnessThreshold = 0;
----------------
Add "0 means no threshold".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85809



More information about the llvm-commits mailing list