[all-commits] [llvm/llvm-project] ab0017: [ADT] Simplify isEqualImpl in DenseMapInfo.h (NFC)...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Sep 18 08:55:47 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab00172e2c5d799bbe9daff4347e1319b82400ed
https://github.com/llvm/llvm-project/commit/ab00172e2c5d799bbe9daff4347e1319b82400ed
Author: Kazu Hirata <kazu at google.com>
Date: 2025-09-18 (Thu, 18 Sep 2025)
Changed paths:
M llvm/include/llvm/ADT/DenseMapInfo.h
Log Message:
-----------
[ADT] Simplify isEqualImpl in DenseMapInfo.h (NFC) (#159508)
This patch replaces the recursive implementation of isEqualImpl with a
C++17 fold expression.
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