Files
llvm/mlir/lib/Dialect/Vector/Transforms
Benjamin Maxwell 0d9b439408 [mlir][vector] Use DenseI64ArrayAttr for constant_mask dim sizes (#100997)
This prevents a bunch of boilerplate conversions to/from IntegerAttrs
and int64_ts. Other than that this is a NFC.
2024-07-29 18:08:37 +01:00
..