summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Transform/TestTransformDialectExtension.cpp
AgeCommit message (Expand)Author
2025-10-30[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in TestTransformD...Mehdi Amini
2025-10-16[mlir] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163703)Kazu Hirata
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (28/n) (#150641)Maksim Levental
2025-04-18[mlir] harden transform.test_emit_remark_and_erase (#136307)Oleksandr "Alex" Zinenko
2024-10-23[mlir][Transforms] Dialect Conversion: Simplify materialization fn result typ...Matthias Springer
2024-09-09[MLIR][Transform] Allow stateInitializer and stateExporter for applyTransform...Amy Wang
2024-08-06[mlir] Support DialectRegistry extension comparison (#101119)Nikhil Kalra
2024-06-19[mlir][side effect] refactor(*): Include more precise side effects (#94213)donald chen
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko
2024-03-02Reapply "[mlir][PDL] Add support for native constraints with results (#82760)"Matthias Gehre
2024-03-01Revert "[mlir][PDL] Add support for native constraints with results (#82760)"Matthias Gehre
2024-03-01[mlir][PDL] Add support for native constraints with results (#82760)Matthias Gehre
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-09-25[mlir][transform] Check for invalidated iterators on payload values (#66472)Matthias Springer
2023-09-14[mlir][Transform] Add `updateConversionTarget` to `ConversionPatternDescripto...Christopher Bate
2023-09-14[mlir][transform] Fix crash when op is erased during transform.foreach (#66357)Matthias Springer
2023-09-12Update some uses of `getAttr()` to be explicit about Inherent vs Discardable ...Mehdi Amini
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] Simplify TrackingListener test caseMatthias Springer
2023-06-09[mlir][transform] TrackingListener: Distinguish between failure and "should b...Matthias Springer
2023-06-06[mlir][transform] Use separate ops instead of PatternRegistryMatthias Springer
2023-06-06[mlir][transform] Add region to ApplyPatternsOpMatthias Springer
2023-06-02[mlir][transform] Add ApplyPatternsOp and PatternRegistryMatthias 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-24[mlir] move PDL-related transform ops into an extensionAlex Zinenko
2023-05-15[mlir][transform] Use TrackingListener-aware iterator for getPayloadOpsMatthias Springer
2023-05-12[mlir] Update method cast calls to function callsTres Popp
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-03-14[mlir] relax value handle updates when operation is replacedAlex 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] introduce parameters into the transofrm dialectAlex Zinenko
2022-10-17[mlir] add utilites for DiagnosedSilenceableFailureAlex Zinenko
2022-10-13[mlir][Transform] Fix dropReverseMapping early exit conditionNicolas Vasilache
2022-10-11[mlir] add types to the transform dialectAlex Zinenko
2022-10-07[mlir][Transform] Add a transform.split_handles operation and fix general sil...Nicolas Vasilache
2022-10-04[mlir] relax transform dialect multi-handle restrictionAlex Zinenko