summaryrefslogtreecommitdiff
path: root/mlir/test/IR/attribute.mlir
AgeCommit message (Expand)Author
2025-06-25[TableGen] Use getValue instead of getInt for enum attributes (#144030)Mihir Patil
2025-03-27[mlir] Decouple enum generation from attributes, adding EnumInfo and EnumCase...Krzysztof Drewniak
2025-01-29[mlir] Make `TypedStrAttr` actually enforce the string type. (#124770)Ingo Müller
2024-11-20[mlir][IR] Treat `tf32` as 19-bit float (#116738)Matthias Springer
2024-10-04[MLIR] Add f8E8M0FNU type (#111028)Sergey Kozub
2024-09-24[MLIR] Add f4E2M1FN type (#108877)Sergey Kozub
2024-09-16[MLIR] Add f6E2M3FN type (#107999)Sergey Kozub
2024-09-10[MLIR] Add f6E3M2FN type (#105573)Sergey Kozub
2024-08-02[MLIR] Add f8E3M4 IEEE 754 type (#101230)Alexander Pivovarov
2024-07-22[MLIR] Add f8E4M3 IEEE 754 type (#97118)Alexander Pivovarov
2023-07-06[mlir] Add support for TF32 as a Builtin FloatTypeJeremy Furtek
2023-04-07[mlir][ODS] Verify type constraint in `TypeAttrOf`Markus Böck
2023-03-24[APFloat] Add E4M3B11FNUZDavid Majnemer
2023-02-13[mlir] Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIRJake Hall
2022-12-05[mlir] Remove TypedAttr and ElementsAttr from DenseArrayAttrJeff Niu
2022-12-02Revert "Revert "[MLIR] Introduce constraint attributes for DenseArrayAttr""Lorenzo Chelini
2022-12-01Revert "[MLIR] Introduce constraint attributes for DenseArrayAttr"Lorenzo Chelini
2022-12-01[MLIR] Introduce constraint attributes for DenseArrayAttrLorenzo Chelini
2022-11-16Add Float8E4M3FN type to MLIR.Reed
2022-10-17[mlir][ods] Do not print default-valued attributes when the value is equal to...Jeremy Furtek
2022-10-05[mlir] Add attribute constraints for sorted order.Adrian Kuegel
2022-10-04Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo
2022-10-02Revert "Add APFloat and MLIR type support for fp8 (e5m2)."Vitaly Buka
2022-10-02Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo
2022-10-01[mlir] Remove ReferTo attr constraintJacques Pienaar
2022-08-30[mlir] Allow dense array to be parsed with type elisionJeff Niu
2022-08-30[mlir] Make DenseArrayAttr genericJeff Niu
2022-08-12[mlir] Remove colon from empty dense array syntaxJeff Niu
2022-08-11[mlir] Change the syntax of dense arraysJeff Niu
2022-08-04[mlir] Add I1 support to DenseArrayAttrJeff Niu
2022-08-01[mlir] Remove OpaqueElementsAttrRiver Riddle
2022-07-13[mlir] Allow empty lists for DenseArrayAttr.Adrian Kuegel
2022-06-28Introduce a new Dense Array attributeMehdi Amini
2022-06-28Revert "Introduce a new Dense Array attribute"Mehdi Amini
2022-06-28Introduce a new Dense Array attributeMehdi Amini
2022-06-21[mlir][ods] Remove StructAttrMogball
2022-06-16[mlir] Disable warning in test of deprecated feature (NFC)Jacques Pienaar
2022-05-17[mlir] Update LLVMIR Fastmath flags use of MLIR BitEnum functionalityjfurtek
2022-05-06[mlir] Remove special case parsing/printing of `func` operationsRiver Riddle
2022-04-25[mlir][ods] Extend the EnumAttr tablegen class to support BitEnum attributesJeremy Furtek
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-04-13[mlir][ods] Remove StrEnumAttrMogball
2022-04-11[mlir][ods] ODS-level Attribute OptimizationsMogball
2022-01-19Fix crash in MLIR opaque attribute parserMehdi Amini
2021-12-30[mlir] Allow IntegerAttr to parse zero width integers.Stella Laurenzo
2021-10-18[mlir] Add AnyAttrOf tablegen attribute constraintMathieu Fehr
2021-10-08Fix parsing of hex-format index dense tensor attributes.Stella Laurenzo
2021-04-02[mlir] Emit errors when creating unregistered attributes/types when not allowedRiver Riddle
2020-04-28Make ops with StructAttr's actually verify `isa<TheStruct>`.Sean Silva