[Mlir-commits] [mlir] [MLIR][Spirv] Don't lower tensors that can't be represented by an ArrayType (PR #171002)

Stefan Weigl-Bosker llvmlistbot at llvm.org
Sun Dec 7 11:33:41 PST 2025


================
@@ -79,3 +79,10 @@ func.func @tensor_2d_empty() -> () {
   %x = arith.constant dense<> : tensor<2x0xi32>
   return
 }
+
----------------
sweiglbosker wrote:

Done

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


More information about the Mlir-commits mailing list