[Mlir-commits] [mlir] [MLIR][Spirv] Don't lower tensors that can't be represented by an ArrayType (PR #171002)
Jakub Kuderski
llvmlistbot at llvm.org
Sun Dec 7 10:55:34 PST 2025
================
@@ -79,3 +79,10 @@ func.func @tensor_2d_empty() -> () {
%x = arith.constant dense<> : tensor<2x0xi32>
return
}
+
----------------
kuhar wrote:
Can you add a comment of explanation of what this is testing? You can see an example above.
https://github.com/llvm/llvm-project/pull/171002
More information about the Mlir-commits
mailing list