[all-commits] [llvm/llvm-project] 60c620: [ADT] Add set_intersects to check if there is any ...

Teresa Johnson via All-commits all-commits at lists.llvm.org
Thu Feb 20 08:02:36 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60c620272db2b3cb71b973c9ae45a639aa492164
      https://github.com/llvm/llvm-project/commit/60c620272db2b3cb71b973c9ae45a639aa492164
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

  Changed paths:
    M llvm/include/llvm/ADT/SetOperations.h
    M llvm/unittests/ADT/SetOperationsTest.cpp

  Log Message:
  -----------
  [ADT] Add set_intersects to check if there is any intersection (#127907)

Add a facility to check if there is any intersection between 2 sets.
This will be used in some follow on changes to MemProf.



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