[all-commits] [llvm/llvm-project] abc2c3: [mlir] Use llvm::is_contained instead of llvm::all...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Thu Jun 26 08:41:48 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: abc2c3a53805f11c013d9f2588cdcf713e5c59d0
      https://github.com/llvm/llvm-project/commit/abc2c3a53805f11c013d9f2588cdcf713e5c59d0
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-06-26 (Thu, 26 Jun 2025)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/Utils/LoopEmitter.cpp
    M mlir/lib/Dialect/Vector/Utils/VectorUtils.cpp
    M mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp

  Log Message:
  -----------
  [mlir] Use llvm::is_contained instead of llvm::all_of (NFC) (#145845)

llvm::is_contained is shorter than llvm::all_of plus a lambda.



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