[all-commits] [llvm/llvm-project] 44adc2: [memprof] Use ArrayRef instead of std::vector<Line...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Thu Nov 14 15:06:11 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 44adc245d8e7e16b730fb247f3b8b47428e2864b
      https://github.com/llvm/llvm-project/commit/44adc245d8e7e16b730fb247f3b8b47428e2864b
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-11-14 (Thu, 14 Nov 2024)

  Changed paths:
    M llvm/include/llvm/ProfileData/MemProf.h

  Log Message:
  -----------
  [memprof] Use ArrayRef instead of std::vector<LinearFrameId> (NFC) (#116279)

LLVM Programmer's Manual prefers ArrayRef over actual sequential
container types for read accesses.



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