summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Transform/TestTransformDialectExtension.td
AgeCommit message (Expand)Author
2024-09-09[MLIR][Transform] Allow stateInitializer and stateExporter for applyTransform...Amy Wang
2024-03-28[mlir] move MatchOpInterface under Transform/Interfaces (#86899)Oleksandr "Alex" Zinenko
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko
2024-01-19[mlir][transform] Add an op for replacing values with function calls (#78398)Quinn Dawkins
2024-01-12[mlir] introduce debug transform dialect extension (#77595)Oleksandr "Alex" Zinenko
2024-01-03[mlir] introduce transform.num_associations (#76723)Oleksandr "Alex" Zinenko
2023-08-07[mlir][transform] Add apply_conversion_patterns opMatthias Springer
2023-07-07[mlir][transform] Add VerifyOpMatthias Springer
2023-07-05[mlir] integration tests for transform dialect matchersAlex Zinenko
2023-06-26[mlir][transform] Add notifyPayloadOperationReplaced to TransformRewriterMatthias Springer
2023-06-23[mlir][transform] fix handle invalidation check for reentrant regionsAlex Zinenko
2023-06-20[mlir][Transform] Allow parameter and value types in merge_handles opQuinn Dawkins
2023-06-20[mlir][transform] Add TransformRewriterMatthias Springer
2023-06-09[mlir][transform] add a check for nested consumption in ApplyEachOpTraitAlex Zinenko
2023-06-09[mlir][transform] Simplify TrackingListener test caseMatthias Springer
2023-06-06[mlir][transform] Add region to ApplyPatternsOpMatthias Springer
2023-05-30[mlir] harden expensive-checks mode against ops with repeated operandsAlex Zinenko
2023-05-26[mlir] teach expensive-checks transform mode about empty handleAlex Zinenko
2023-05-22[mlir] don't hardcode PDL_Operation in TestTransformDialectExtensionsAlex Zinenko
2023-05-16[mlir] update types in remaining Linalg TransformOps testAlex Zinenko
2023-05-15[mlir][transform] Use TrackingListener-aware iterator for getPayloadOpsMatthias Springer
2023-04-13[mlir] add structured (Linalg) transform op matchersAlex Zinenko
2023-04-12[mlir] Add transform.foreach_matchAlex Zinenko
2023-04-12[mlir][transform] Better debugging facilites for invalid API usageMatthias Springer
2023-02-14[mlir] reallow null results in TransformEachOpTraitAlex Zinenko
2023-02-09[mlir] add support for transform dialect value handlesAlex Zinenko
2023-02-06[mlir] more side effect verification in transform dialectAlex Zinenko
2023-01-10[mlir] verify that transform ops have memory effectsAlex Zinenko
2023-01-09[mlir] verify against nullptr payload in transform dialectAlex Zinenko
2023-01-06[mlir] adapt TransformEachOpTrait to parameter valuesAlex Zinenko
2023-01-06[mlir] NFC: rename TransformTypeInterface to TransformHandleTypeInterfaceAlex Zinenko
2023-01-06[mlir] introduce parameters into the transofrm dialectAlex Zinenko
2022-11-28[mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files.Hanhan Wang
2022-10-13[mlir][Transform] Fix dropReverseMapping early exit conditionNicolas Vasilache
2022-10-12Introduce a ConditionallySpeculatable op interfaceSanjoy Das
2022-10-11[mlir] switch the transform loop extension to use typesAlex Zinenko
2022-10-11[mlir] add types to the transform dialectAlex Zinenko
2022-10-04[mlir] relax transform dialect multi-handle restrictionAlex Zinenko
2022-07-25[mlir][linalg] Expand test case for tile-and-fuse with transform dialectMatthias Springer
2022-07-12[mlir] Use semantically readable functions for transform op effectsAlex Zinenko
2022-07-12[mlir] Add ReplicateOp to the Transform dialectAlex Zinenko
2022-07-08[mlir][Transform] Fix isDefiniteFailure helperNicolas Vasilache
2022-07-07[mlir][Transform] Make applyToOne return a DiagnosedSilenceableFailureNicolas Vasilache
2022-06-23[mlir][Transform] Fix implementation of the generic apply that is based on ap...Nicolas Vasilache
2022-06-22[mlir][Transform] NFC - Pass TransformState as an argument to applyToOne methodsNicolas Vasilache
2022-06-21[mlir][Linalg] Split reduction transform opNicolas Vasilache
2022-06-14[mlir] Introduce transform.alternatives opAlex Zinenko
2022-06-10[mlir] add a dynamic user-after-parent-freed transform dialect checkAlex Zinenko
2022-05-26[mlir] Use-after-free checker for the Transform dialectAlex Zinenko
2022-05-03[mlir] improve and test TransformState::ExtensionAlex Zinenko