[all-commits] [llvm/llvm-project] b07730: [libc++] Check explicit values in the partial_orde...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Sun Sep 15 01:15:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b07730b982c37b852a434292260af6800883fec7
https://github.com/llvm/llvm-project/commit/b07730b982c37b852a434292260af6800883fec7
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-09-15 (Sun, 15 Sep 2024)
Changed paths:
M libcxx/include/__compare/ordering.h
Log Message:
-----------
[libc++] Check explicit values in the partial_ordering comparators for better code gen (#81366)
This allows the compiler to check for specific bit patterns instead of
value ranges.
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