[all-commits] [llvm/llvm-project] 4cfbe5: [NFC][MemProf] Move types shared between Analysis, ...

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Mon May 19 16:28:13 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4cfbe55781cb8fb95568c9a8538912f68d2ff681
      https://github.com/llvm/llvm-project/commit/4cfbe55781cb8fb95568c9a8538912f68d2ff681
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    M llvm/include/llvm/Analysis/MemoryProfileInfo.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    A llvm/include/llvm/ProfileData/MemProfCommon.h
    M llvm/lib/ProfileData/CMakeLists.txt
    M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp

  Log Message:
  -----------
  [NFC][MemProf] Move types shared between Analysis, ProfileData and ModuleSummary (Core) to a separate header (#140505)

Part of a larger refactoring with the following goals
1. Reduce the size of MemProf.h 
2. Avoid including ModuleSummaryIndex just for a couple of types



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