[all-commits] [llvm/llvm-project] 2eb965: [SPIRV] Use llvm::any_of (NFC) (#142792)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Jun 4 12:31:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2eb9655d569ce425f8fc667edd5e2f8d6f6da81c
https://github.com/llvm/llvm-project/commit/2eb9655d569ce425f8fc667edd5e2f8d6f6da81c
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-04 (Wed, 04 Jun 2025)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
Log Message:
-----------
[SPIRV] Use llvm::any_of (NFC) (#142792)
Note that Function::args is defined as:
iterator_range<arg_iterator> args() {
return make_range(arg_begin(), arg_end());
}
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