[Mlir-commits] [mlir] [MLIR][Linalg] Safely Unwind Block Split After Detensorizing (PR #171918)

Miloš Poletanović llvmlistbot at llvm.org
Sun Dec 28 13:55:41 PST 2025


================
@@ -0,0 +1,42 @@
+// RUN: mlir-opt %s -allow-unregistered-dialect -pass-pipeline="builtin.module(func.func(linalg-detensorize))" | FileCheck %s
+
+module {
+  memref.global "private" constant @__constant_4x4xf32 : memref<4x4xf32> = dense<8.899000e+01> {alignment = 64 : i64}
----------------
milos1397 wrote:

Done

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


More information about the Mlir-commits mailing list