aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/attribute.mlir
AgeCommit message (Expand)AuthorFilesLines
2023-07-06[mlir] Add support for TF32 as a Builtin FloatTypeJeremy Furtek1-0/+4
2023-04-07[mlir][ODS] Verify type constraint in `TypeAttrOf`Markus Böck1-0/+8
2023-03-24[APFloat] Add E4M3B11FNUZDavid Majnemer1-0/+4
2023-02-13[mlir] Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIRJake Hall1-0/+8
2022-12-05[mlir] Remove TypedAttr and ElementsAttr from DenseArrayAttrJeff Niu1-2/+0
2022-12-02Revert "Revert "[MLIR] Introduce constraint attributes for DenseArrayAttr""Lorenzo Chelini1-0/+62
2022-12-01Revert "[MLIR] Introduce constraint attributes for DenseArrayAttr"Lorenzo Chelini1-64/+0
2022-12-01[MLIR] Introduce constraint attributes for DenseArrayAttrLorenzo Chelini1-0/+64
2022-11-16Add Float8E4M3FN type to MLIR.Reed1-0/+4
2022-10-17[mlir][ods] Do not print default-valued attributes when the value is equal to...Jeremy Furtek1-0/+17
2022-10-05[mlir] Add attribute constraints for sorted order.Adrian Kuegel1-0/+35
2022-10-04Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo1-0/+36
2022-10-02Revert "Add APFloat and MLIR type support for fp8 (e5m2)."Vitaly Buka1-36/+0
2022-10-02Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo1-0/+36
2022-10-01[mlir] Remove ReferTo attr constraintJacques Pienaar1-5/+0
2022-08-30[mlir] Allow dense array to be parsed with type elisionJeff Niu1-0/+3
2022-08-30[mlir] Make DenseArrayAttr genericJeff Niu1-0/+20
2022-08-12[mlir] Remove colon from empty dense array syntaxJeff Niu1-14/+14
2022-08-11[mlir] Change the syntax of dense arraysJeff Niu1-28/+28
2022-08-04[mlir] Add I1 support to DenseArrayAttrJeff Niu1-1/+7
2022-08-01[mlir] Remove OpaqueElementsAttrRiver Riddle1-6/+0
2022-07-13[mlir] Allow empty lists for DenseArrayAttr.Adrian Kuegel1-1/+15
2022-06-28Introduce a new Dense Array attributeMehdi Amini1-0/+39
2022-06-28Revert "Introduce a new Dense Array attribute"Mehdi Amini1-39/+0
2022-06-28Introduce a new Dense Array attributeMehdi Amini1-0/+39
2022-06-21[mlir][ods] Remove StructAttrMogball1-0/+1
2022-06-16[mlir] Disable warning in test of deprecated feature (NFC)Jacques Pienaar1-20/+0
2022-05-17[mlir] Update LLVMIR Fastmath flags use of MLIR BitEnum functionalityjfurtek1-4/+4
2022-05-06[mlir] Remove special case parsing/printing of `func` operationsRiver Riddle1-3/+3
2022-04-25[mlir][ods] Extend the EnumAttr tablegen class to support BitEnum attributesJeremy Furtek1-0/+36
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle1-44/+44
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle1-1/+1
2022-04-13[mlir][ods] Remove StrEnumAttrMogball1-23/+0
2022-04-11[mlir][ods] ODS-level Attribute OptimizationsMogball1-1/+2
2022-01-19Fix crash in MLIR opaque attribute parserMehdi Amini1-0/+4
2021-12-30[mlir] Allow IntegerAttr to parse zero width integers.Stella Laurenzo1-0/+46
2021-10-18[mlir] Add AnyAttrOf tablegen attribute constraintMathieu Fehr1-0/+31
2021-10-08Fix parsing of hex-format index dense tensor attributes.Stella Laurenzo1-0/+11
2021-04-02[mlir] Emit errors when creating unregistered attributes/types when not allowedRiver Riddle1-1/+1
2020-04-28Make ops with StructAttr's actually verify `isa<TheStruct>`.Sean Silva1-0/+20
2020-04-23[mlir] DenseStringElementsAttr added to default attribute typesRob Suderman1-0/+34
2020-04-16[MLIR] Add IndexAttr to primitive attributes kinds in tablegen.Ulysse Beaugnon1-0/+6
2020-04-16Revert "[MLIR] Add IndexAttr to primitive attributes kinds in tablegen."Benjamin Kramer1-2/+0
2020-04-16[MLIR] Add IndexAttr to primitive attributes kinds in tablegen.Ulysse Beaugnon1-0/+2
2020-04-13Fix the MLIR integer attribute parser to be correct in the face of large inte...Chris Lattner1-2/+5
2020-04-09tweak formatting of input to match the output as suggested by River, NFC.Chris Lattner1-2/+2
2020-04-09Allow single-bit integer types to have signs. A signed one bit integer is ei...Chris Lattner1-1/+6
2020-04-03[mlir][DeclarativeParser] Emit an error if a `:` follows an attribute with a ...River Riddle1-1/+1
2020-03-30[mlir] NFC: fix trivial typo in documentsKazuaki Ishizaki1-1/+1
2020-03-25[mlir][Parser] Fix attribute parser errors for ui64Frej Drejhammar1-0/+77