[all-commits] [llvm/llvm-project] 884601: [memprof] Use llvm::equal in stackFrameIncludesInl...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat Mar 1 08:15:46 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 88460137d97c0b8d3742203e0173ab9ed6c5c8a7
      https://github.com/llvm/llvm-project/commit/88460137d97c0b8d3742203e0173ab9ed6c5c8a7
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-03-01 (Sat, 01 Mar 2025)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp

  Log Message:
  -----------
  [memprof] Use llvm::equal in stackFrameIncludesInlinedCallStack (NFC) (#129372)

llvm::equal hides all the iterator manipulation behind the scenes
while reducing the line count.



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