[Mlir-commits] [mlir] [mlir][linalg] Bail out tensor.cast pack/unpack fold on unprovable tile sizes (PR #188000)

Mehdi Amini llvmlistbot at llvm.org
Wed Mar 25 08:09:09 PDT 2026


================
@@ -0,0 +1,149 @@
+// RUN: mlir-opt %s --inline -canonicalize="test-convergence" -split-input-file | FileCheck %s --check-prefixes=CHECK
----------------
joker-eph wrote:

I suspect the `-inline` here is a symptom of other problems if this is needed to provide test coverage: we should have minimal IR and just canonicalize.

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


More information about the Mlir-commits mailing list