[all-commits] [llvm/llvm-project] 882950: [FuzzMutate] Use llvm::any_of (NFC) (#143227)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Jun 6 22:55:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8829503f7a15ce8e6560000b9d49ec500e48ca76
https://github.com/llvm/llvm-project/commit/8829503f7a15ce8e6560000b9d49ec500e48ca76
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-06 (Fri, 06 Jun 2025)
Changed paths:
M llvm/lib/FuzzMutate/IRMutator.cpp
Log Message:
-----------
[FuzzMutate] Use llvm::any_of (NFC) (#143227)
Note that llvm::any_of can accommodate std::begin(Range), not just
Range.begin().
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