[all-commits] [llvm/llvm-project] 0db702: [NFC][IR] Wrap std::set into CfiFunctionIndex (#13...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Fri Mar 7 15:58:00 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0db702ac8e06911478615ac537f75ac778817c04
      https://github.com/llvm/llvm-project/commit/0db702ac8e06911478615ac537f75ac778817c04
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M llvm/include/llvm/IR/ModuleSummaryIndex.h

  Log Message:
  -----------
  [NFC][IR] Wrap std::set into CfiFunctionIndex (#130361)

Preparation for CFI Index refactoring,
which will fix O(N^2) in ThinLTO indexing.

We need a data structure to lookup by GUID.
Wrapping allow us to change implementation
with minimal changes to users.



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