[Mlir-commits] [mlir] [mlir][Interfaces] Add interface methods to allow reifying single result/single dim of result. (PR #162924)

Matthias Springer llvmlistbot at llvm.org
Thu Oct 23 05:52:32 PDT 2025


================
@@ -1,4 +1,4 @@
-// RUN: mlir-opt %s -resolve-shaped-type-result-dims -split-input-file | FileCheck %s
+// RUN: mlir-opt %s --pass-pipeline="builtin.module(func.func(resolve-shaped-type-result-dims{error-on-pattern-iteration-limit=false}))" -split-input-file | FileCheck %s
----------------
matthias-springer wrote:

Why do you set `error-on-pattern-iteration-limit=false` here?

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


More information about the Mlir-commits mailing list