[PATCH] D100993: [CSSPGO] Fix incorrect prorating indirect call distribution factor that leads to target count loss.

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 23 09:12:47 PDT 2021


wenlei added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/SampleProfile.cpp:468
+  /// factors.
+  std::unordered_map<const Instruction *, float> IndirectCallDistributions;
 };
----------------
This map is no longer needed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100993



More information about the llvm-commits mailing list