[PATCH] D106202: [CSSPGO] Turn on iterative-BFI for CSSPGO

Lei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 16 17:16:14 PDT 2021


wlei accepted this revision.
wlei added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: llvm/lib/Transforms/IPO/SampleProfile.cpp:1808
 
+    // Enable iterative-BFI by defualt for CSSPGO.
+    if (!UseIterativeBFIInference.getNumOccurrences())
----------------
Nit: default


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106202



More information about the llvm-commits mailing list