[Mlir-commits] [mlir] [MLIR][Linalg] Safely Unwind Block Split After Detensorizing (PR #171918)
Matthias Springer
llvmlistbot at llvm.org
Tue Dec 23 04:29:01 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}
----------------
matthias-springer wrote:
Can you simplify this test case? Also, would it make sense to add this test the existing `detensorize_entry_block.mlir`?
https://github.com/llvm/llvm-project/pull/171918
More information about the Mlir-commits
mailing list