[all-commits] [llvm/llvm-project] cdfd29: [mlir] Remove redundant declarations (NFC) (#166714)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Nov 6 06:52:27 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdfd2905fd0b3c9d0dbf484cc1a79af34674f88c
https://github.com/llvm/llvm-project/commit/cdfd2905fd0b3c9d0dbf484cc1a79af34674f88c
Author: Kazu Hirata <kazu at google.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M mlir/lib/Dialect/Async/IR/Async.cpp
M mlir/lib/Dialect/DLTI/DLTI.cpp
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/Dialect/Transform/Interfaces/TransformInterfaces.cpp
M mlir/lib/IR/BuiltinTypeInterfaces.cpp
M mlir/lib/IR/Operation.cpp
Log Message:
-----------
[mlir] Remove redundant declarations (NFC) (#166714)
In C++17, static constexpr members are implicitly inline, so they no
longer require an out-of-line definition.
Identified with readability-redundant-declaration.
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