[Mlir-commits] [mlir] [mlir] Remove dead declaration verifyIndexingMapOpInterface (PR #215478)

Kazu Hirata llvmlistbot at llvm.org
Tue Aug 11 00:05:35 PDT 2026


https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/215478

The declaration was added on June 23, 2025 in commit
d31ba5256327d30f264c2f671bf197877b242cde without a corresponding
function definition.


>From e2649cde01d9705754b9248eb5cf0ea7568c3114 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Sat, 8 Aug 2026 23:53:17 -0700
Subject: [PATCH] [mlir] Remove dead declaration verifyIndexingMapOpInterface

The declaration was added on June 23, 2025 in commit
d31ba5256327d30f264c2f671bf197877b242cde without a corresponding
function definition.
---
 mlir/include/mlir/Interfaces/IndexingMapOpInterface.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/mlir/include/mlir/Interfaces/IndexingMapOpInterface.h b/mlir/include/mlir/Interfaces/IndexingMapOpInterface.h
index 40252613a21f4..d5978b6fe9b78 100644
--- a/mlir/include/mlir/Interfaces/IndexingMapOpInterface.h
+++ b/mlir/include/mlir/Interfaces/IndexingMapOpInterface.h
@@ -14,13 +14,6 @@
 #include "mlir/IR/BuiltinTypes.h"
 #include "mlir/IR/OpDefinition.h"
 
-namespace mlir {
-namespace detail {
-/// Verify that `op` conforms to the invariants of StructuredOpInterface
-LogicalResult verifyIndexingMapOpInterface(Operation *op);
-} // namespace detail
-} // namespace mlir
-
 /// Include the generated interface declarations.
 #include "mlir/Interfaces/IndexingMapOpInterface.h.inc"
 



More information about the Mlir-commits mailing list