[all-commits] [llvm/llvm-project] dcf03f: [ADT] Add begin and end to EytzingerTableSpan and ...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sun Jul 19 07:37:29 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dcf03fefd46ea1426475c948925c9501af2f5495
      https://github.com/llvm/llvm-project/commit/dcf03fefd46ea1426475c948925c9501af2f5495
  Author: Kazu Hirata <kazu at google.com>
  Date:   2026-07-19 (Sun, 19 Jul 2026)

  Changed paths:
    M llvm/include/llvm/ADT/Eytzinger.h
    M llvm/unittests/ADT/EytzingerTest.cpp

  Log Message:
  -----------
  [ADT] Add begin and end to EytzingerTableSpan and EytzingerTable (NFC) (#210478)

This patch adds iterator and const_iterator type aliases as well as
begin() and end() methods to EytzingerTableSpan and EytzingerTable.

I'm going to be using these as part of the SecNameTable in the
Eytzinger layout.

RFC:
https://discourse.llvm.org/t/rfc-faster-sample-profile-loading/90957/8

Assisted-by: Antigravity



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