[all-commits] [llvm/llvm-project] 1befb2: [IPO] Use std::tie to implement operator< (NFC) (#...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Jun 10 11:32:17 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1befb2440bf4e31f4c2d0fbb0995b50da0d9ac56
https://github.com/llvm/llvm-project/commit/1befb2440bf4e31f4c2d0fbb0995b50da0d9ac56
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h
Log Message:
-----------
[IPO] Use std::tie to implement operator< (NFC) (#143561)
std::tie facilitates lexicographical comparisons through std::tuple's
built-in operator<.
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