diff --git a/mlir/include/mlir/IR/OpBase.td b/mlir/include/mlir/IR/OpBase.td --- a/mlir/include/mlir/IR/OpBase.td +++ b/mlir/include/mlir/IR/OpBase.td @@ -1304,6 +1304,7 @@ let convertFromStorage = "$_self"; } +def F32ElementsAttr : FloatElementsAttr<32>; def F64ElementsAttr : FloatElementsAttr<64>; // A `width`-bit floating point elements attribute. The attribute should be