[Mlir-commits] [mlir] [mlir] Add strided metadata range dataflow analysis (PR #161280)
Fabian Mora
llvmlistbot at llvm.org
Thu Oct 2 06:11:56 PDT 2025
================
@@ -0,0 +1,43 @@
+//===- InferStridedMetadataInterface.td - Strided MD Inference ----------*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// Defines the interface for strided metadata range analysis
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef MLIR_INTERFACES_INFERSTRIDEDMETADATAINTERFACE
+#define MLIR_INTERFACES_INFERSTRIDEDMETADATAINTERFACE
+
+include "mlir/IR/OpBase.td"
+
+def InferStridedMetadataOpInterface :
----------------
fabianmcg wrote:
Potentially yes.
https://github.com/llvm/llvm-project/pull/161280
More information about the Mlir-commits
mailing list