summaryrefslogtreecommitdiff
path: root/mlir/test/IR
Commit message (Expand)AuthorAgeFilesLines
* Adopt Properties to store operations inherent Attributes in the Func dialectMehdi Amini2023-05-022-3/+2
* Introduce MLIR Op PropertiesMehdi Amini2023-05-017-13/+29
* Revert "Introduce MLIR Op Properties"Mehdi Amini2023-05-017-29/+13
* Introduce MLIR Op PropertiesMehdi Amini2023-05-017-13/+29
* [mlir][matchers] Add m_Op(StringRef) and m_Attr matchersDevajith V S2023-04-111-0/+11
* [mlir][ODS] Verify type constraint in `TypeAttrOf`Markus Böck2023-04-071-0/+8
* [mlir][AsmPrinter] Fallback to using qualified printer if unqualified output ...Markus Böck2023-03-271-0/+9
* [APFloat] Add E4M3B11FNUZDavid Majnemer2023-03-241-0/+4
* [mlir][IR] Add ReverseDominanceIterator for IR walkersMatthias Springer2023-03-221-0/+30
* Fix test dialect to avoid using an unregistered dialectMehdi Amini2023-03-131-7/+7
* [mlir][IR] Add ForwardDominanceIterator for IR walkersMatthias Springer2023-03-131-0/+82
* [mlir][IR][NFC] Move `walk` definitions to header fileMatthias Springer2023-03-061-0/+40
* [mlir] Partially revert removal of old `fold` methodMarkus Böck2023-02-231-0/+11
* [mlir] Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIRJake Hall2023-02-131-0/+8
* [mlir] Promote the SubElementInterfaces to a core Attribute/Type constructRiver Riddle2023-01-271-1/+1
* [mlir][tosa] Prefer tosa.transpose composition canonicalization to reshapeRob Suderman2023-01-181-44/+0
* [mlir] GreedyPatternRewriter: Add ancestors to worklistMatthias Springer2023-01-131-1/+15
* [mlir][AttrType] Emit unbalanced character errors using the last punctuation ...River Riddle2023-01-121-3/+3
* [mlir] Add a new fold API using Generic AdaptorsMarkus Böck2023-01-111-0/+16
* [mlir][tosa] Remove redundant "tosa.transpose" operationsAviad Cohen2023-01-101-0/+44
* [mlir] Fix SameOperandsAndResultType to check encoding.Jacques Pienaar2022-12-211-0/+8
* [mlir] FunctionOpInterface: turn required attributes into interface methods (...Jeff Niu2022-12-101-11/+2
* [MLIR/S90x] Convert tests to check 'target=...'Paul Robinson2022-12-091-1/+1
* Revert "[mlir] FunctionOpInterface: arg and result attrs dispatch to interface"David Spickett2022-12-091-2/+11
* [mlir] FunctionOpInterface: arg and result attrs dispatch to interfaceJeff Niu2022-12-081-11/+2
* [mlir] Remove TypedAttr and ElementsAttr from DenseArrayAttrJeff Niu2022-12-053-38/+0
* [mlir] Fix alias printing for dialect attribute self typesRiver Riddle2022-12-051-0/+7
* Revert "Revert "[MLIR] Introduce constraint attributes for DenseArrayAttr""Lorenzo Chelini2022-12-021-0/+62
* Revert "[MLIR] Introduce constraint attributes for DenseArrayAttr"Lorenzo Chelini2022-12-011-64/+0
* [MLIR] Introduce constraint attributes for DenseArrayAttrLorenzo Chelini2022-12-011-0/+64
* [mlir] Cleanup lingering problems surrounding attribute/type aliasesRiver Riddle2022-11-302-3/+11
* [mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files.Hanhan Wang2022-11-286-9/+9
* [MLIR][Parser] Add `parseBase64Bytes`.bzcheeseman2022-11-181-0/+7
* [mlir] GreedyPatternRewriter: Reprocess modified opsMatthias Springer2022-11-181-0/+12
* [mlir] Fix ordering of intermixed attribute/type aliasesRiver Riddle2022-11-181-2/+9
* Improve diagnostic when parsing a custom op without registering the dialectMehdi Amini2022-11-161-0/+8
* Add Float8E4M3FN type to MLIR.Reed2022-11-161-0/+4
* [mlir] Infer SubElementInterface implementations using the storage KeyTyRiver Riddle2022-11-042-9/+5
* [mlir][Pass] Include anchor op in -pass-pipelinerkayaith2022-11-033-3/+3
* [mlir] Refactor alias generation to support nested aliasesRiver Riddle2022-10-235-195/+199
* [mlir][ods] Do not print default-valued attributes when the value is equal to...Jeremy Furtek2022-10-171-0/+17
* [mlir][NFC] Make 'printOp' public in AsmPrinterDiego Caballero2022-10-052-13/+28
* [mlir] Add attribute constraints for sorted order.Adrian Kuegel2022-10-051-0/+35
* Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo2022-10-041-0/+36
* Revert "Add APFloat and MLIR type support for fp8 (e5m2)."Vitaly Buka2022-10-021-36/+0
* Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo2022-10-021-0/+36
* [mlir] Remove ReferTo attr constraintJacques Pienaar2022-10-011-5/+0
* [mlir] Allow DenseElementsAttr to use any shaped typeJeff Niu2022-09-301-1/+1
* [mlir][test] NFC - Fix some worst offenders "capture by SSA name" testsNicolas Vasilache2022-09-302-26/+26
* [mlir] Add `OpAsmPrinter::printOptionalLocationSpecifier`Jeff Niu2022-09-291-0/+7