[all-commits] [llvm/llvm-project] f0cc50: [ADT] Add hash_combine_range that takes a range (N...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sun Apr 20 11:20:54 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f0cc50cdc969d141015cd132cf56a2ab8447f763
      https://github.com/llvm/llvm-project/commit/f0cc50cdc969d141015cd132cf56a2ab8447f763
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-04-20 (Sun, 20 Apr 2025)

  Changed paths:
    M llvm/include/llvm/ADT/Hashing.h
    M llvm/unittests/ADT/HashingTest.cpp

  Log Message:
  -----------
  [ADT] Add hash_combine_range that takes a range (NFC) (#136459)

The new function will allow us to replace:

  hash_combine_range(Ops.begin(), Ops.end())

with:

  hash_combine_range(Ops)



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