[Mlir-commits] [mlir] [mlir][IR] Generalize`DenseElementsAttr` to custom element types (PR #179122)

Maksim Levental llvmlistbot at llvm.org
Sun Feb 8 20:46:52 PST 2026


makslevental wrote:

nit: 

> `dense<tensor<3xi32> : [1 : i32, 2 : i32, 3 : i32]>`

why do we need the `: i32` if the `tensor<...xi32>` already records it?

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


More information about the Mlir-commits mailing list