[all-commits] [llvm/llvm-project] 4acba0: [memprof] Use a new constructor of IndexedAllocati...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Wed Nov 20 08:37:03 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4acba0697e7d8068927753f3bdabad478df91dc4
      https://github.com/llvm/llvm-project/commit/4acba0697e7d8068927753f3bdabad478df91dc4
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-11-20 (Wed, 20 Nov 2024)

  Changed paths:
    M llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp

  Log Message:
  -----------
  [memprof] Use a new constructor of IndexedAllocationInfo (NFC) (#116920)

IndexedAllocationInfo now has a new constructor that allows us to omit
the inline call stack, which is going away soon.  This patch migrates
away from the old constructor.



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