[all-commits] [llvm/llvm-project] db9e30: [mlir] Use a range-based for loop (NFC) (#139756)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue May 13 15:52:49 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db9e30735a39d4823624bd1fdff81673598dbdc9
https://github.com/llvm/llvm-project/commit/db9e30735a39d4823624bd1fdff81673598dbdc9
Author: Kazu Hirata <kazu at google.com>
Date: 2025-05-13 (Tue, 13 May 2025)
Changed paths:
M mlir/lib/Dialect/Tosa/Transforms/TosaProfileCompliance.cpp
Log Message:
-----------
[mlir] Use a range-based for loop (NFC) (#139756)
WHile I am at it, this patch replaces std::find with
llvm::is_contained.
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