[all-commits] [llvm/llvm-project] b203d5: [libc++] Optimize std::find if types are integral ...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Sat Dec 23 02:21:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b203d5320df7754bf0ce019f01347a0ef743a207
https://github.com/llvm/llvm-project/commit/b203d5320df7754bf0ce019f01347a0ef743a207
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-12-23 (Sat, 23 Dec 2023)
Changed paths:
M libcxx/include/__algorithm/find.h
M libcxx/test/std/algorithms/alg.nonmodifying/alg.find/find.pass.cpp
Log Message:
-----------
[libc++] Optimize std::find if types are integral and have the same signedness (#70345)
Fixes #70238
More information about the All-commits
mailing list