[all-commits] [llvm/llvm-project] d6b0b7: [ProfileData] Remove getValueProfDataFromInst (#95...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Mon Jun 17 18:50:30 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d6b0b7acf3562c8089f3342634a749f03909fd32
      https://github.com/llvm/llvm-project/commit/d6b0b7acf3562c8089f3342634a749f03909fd32
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-06-17 (Mon, 17 Jun 2024)

  Changed paths:
    M llvm/include/llvm/ProfileData/InstrProf.h
    M llvm/lib/ProfileData/InstrProf.cpp

  Log Message:
  -----------
  [ProfileData] Remove getValueProfDataFromInst (#95617)

I've migrated all uses to the new version of getValueProfDataFromInst
that returns std::unique_ptr<InstrProfValueData[]>.



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