Files
llvm-project/mlir/include
Matthias Springer 34eb59dd4b [mlir][IR][NFC] Simplify "splat" handling in DenseIntOrFPElementsAttr (#180965)
Since #180397, all elements of a `DenseIntOrFPElementsAttr` are padded
to full bytes. This enables additional simplifications: whether a
`DenseIntOrFPElementsAttr` is a splat or not can now be inferred from
the size of the buffer. This was not possible before because a single
byte sometimes contained multiple `i1` elements.

Discussion:
https://discourse.llvm.org/t/denseelementsattr-i1-element-type/62525
2026-02-11 17:59:20 +01:00
..