summaryrefslogtreecommitdiff
path: root/mlir/docs/DialectConversion.md
AgeCommit message (Expand)Author
2025-10-20[mlir][docs] Add documentation for No-rollback Conversion Driver (#164071)Matthias Springer
2025-09-11[MLIR] Enable caching of type conversion in the presence of context-aware con...Mehdi Amini
2025-08-27[mlir][Transforms] Dialect conversion: Context-aware type conversions (#140434)Matthias Springer
2025-08-07[mlir][Transforms] Make lookup without type converter unambiguous (#151747)Matthias Springer
2025-05-08[mlir][Transforms][NFC] Rename `MaterializationCallbackFn` (#138814)Matthias Springer
2025-03-07[mlir][IR] Deprecate `match` and `rewrite` functions (#130031)Matthias Springer
2025-01-03[mlir][Transforms] Support 1:N mappings in `ConversionValueMapping` (#116524)Matthias Springer
2024-11-28[mlir][Transforms][NFC] Dialect conversion: Improve docs for materializations...Matthias Springer
2024-09-06[mlir][Transforms][NFC] Dialect conversion: Fix typo and improve docs (#107539)Matthias Springer
2024-07-15[mlir][Transforms] Dialect conversion: Fix missing source materialization (#9...Matthias Springer
2024-07-06[mlir][Transforms][NFC] Dialect conversion: Reland docs improvement (#97886)Matthias Springer
2024-06-27Revert "[mlir][Transforms] Dialect conversion: Simplify handling of dropped a...Benjamin Kramer
2024-06-25[mlir][Transforms] Dialect conversion: Simplify handling of dropped arguments...Matthias Springer
2024-06-10[mlir][Transforms] Dialect Conversion: Simplify block conversion API (#94866)Matthias Springer
2023-04-20[mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer
2022-12-04[mlir] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski
2022-08-02[mlir] add TOC to top-level documentsAlex Zinenko
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-01-03[MLIR] Fix confusing diagnostic during dialect conversionUday Bondhugula
2021-11-22[mlir] support recursive types in type conversion infraAlex Zinenko
2021-10-14[MLIR][arith] fix references to std.constant in commentsMogball
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-07-29[mlir] Remove the default isDynamicallyLegal hookBenjamin Kramer
2021-06-10[MLIR] Document that Dialect Conversion traverses in preorderGeoffrey Martin-Noble
2020-12-02[mlir][doc] Correct method names in DialectConversion.md to match the code.Hanhan Wang
2020-08-13[mlir][docs] Update/Add documentation for MLIRs Pattern Rewrite infrastructureRiver Riddle
2020-08-13[mlir][DialectConversion] Update the documentation for dialect conversionRiver Riddle
2020-06-18[mlir][DialectConversion] Refactor how block argument types get convertedRiver Riddle
2020-06-02[mlir] support materialization for 1-1 type conversionsAlex Zinenko
2020-05-26Update DialectConversion.mdTharindu Rusira
2020-04-19Fix broken doc links to QuickstartRewrites.md after move under TutorialsMehdi Amini
2020-03-17[mlir][NFC] Replace all usages of PatternMatchResult with LogicalResultRiver Riddle
2020-02-18[mlir] Refactor TypeConverter to add conversions without inheritanceRiver Riddle
2020-01-27[mlir] Add support for marking 'unknown' operations as dynamically legal.River Riddle
2019-12-24Adjust some MLIR paths and docsMehdi Amini