[all-commits] [llvm/llvm-project] c8b69c: [NFC][SampleFDO] Clean the unneeded field and the ...

Jinjie Huang via All-commits all-commits at lists.llvm.org
Thu Mar 27 20:06:21 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c8b69c90760072b2813a3465d70817470f63cd4a
      https://github.com/llvm/llvm-project/commit/c8b69c90760072b2813a3465d70817470f63cd4a
  Author: Jinjie Huang <huangjinjie at bytedance.com>
  Date:   2025-03-28 (Fri, 28 Mar 2025)

  Changed paths:
    M llvm/lib/Transforms/IPO/SampleProfile.cpp

  Log Message:
  -----------
  [NFC][SampleFDO] Clean the unneeded field and the related loop (#132376)

Clean the unneeded field 'TotalCollectedSamples' and the unnecessary
loop.
The field seems introduced in:https://reviews.llvm.org/D31952, and its
uses were removed in: https://reviews.llvm.org/D19287, but this field
and unnecessary calculation were not cleaned up.
This patch will remove these unneeded codes.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list