[Mlir-commits] [mlir] [MLIR][Linalg] Fix crash on duplicate dimensions in linalg.broadcast (PR #211203)

Hugo Trachino llvmlistbot at llvm.org
Wed Jul 22 02:21:39 PDT 2026


================
@@ -599,6 +599,66 @@ func.func @broadcast_memref(%input: memref<8x32xf32>,
 
 // -----
 
+func.func @broadcast_0d_to_2d(%input: tensor<i32>,
----------------
nujaa wrote:

banach-space is trying to get some sort of consistency in the tests naming, do you think we could keep the `_{memref|tensor}` suffix as above ?

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


More information about the Mlir-commits mailing list