[all-commits] [llvm/llvm-project] 213eeb: [MLIR][SPIRV] Replace some auto to concrete type (...
Mingzhu Yan via All-commits
all-commits at lists.llvm.org
Sun May 25 08:22:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 213eeb9dfa42a49683bc01eb5f9ef1fd2ce6f5e2
https://github.com/llvm/llvm-project/commit/213eeb9dfa42a49683bc01eb5f9ef1fd2ce6f5e2
Author: Mingzhu Yan <69898423+trdthg at users.noreply.github.com>
Date: 2025-05-25 (Sun, 25 May 2025)
Changed paths:
M mlir/lib/Dialect/SPIRV/Utils/LayoutUtils.cpp
Log Message:
-----------
[MLIR][SPIRV] Replace some auto to concrete type (#113877)
Resolve
https://github.com/llvm/llvm-project/pull/112018#discussion_r1818279122
As described in clang-tidy, the auto type specifier will only be
introduced in
- Iterators
- New expressions
- Cast expressions
https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-auto.html
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