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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Aug 11 00:06:10 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Kazu Hirata (kazutakahirata)

<details>
<summary>Changes</summary>

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


---
Full diff: https://github.com/llvm/llvm-project/pull/215478.diff


1 Files Affected:

- (modified) mlir/include/mlir/Interfaces/IndexingMapOpInterface.h (-7) 


``````````diff
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"
 

``````````

</details>


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


More information about the Mlir-commits mailing list