summaryrefslogtreecommitdiff
path: root/mlir/docs/Tutorials/Toy/Ch-5.md
AgeCommit message (Expand)Author
2025-07-27[mlir][toy] Update dialect conversion example (#150826)Matthias Springer
2025-07-25[mlir][NFC] update `mlir/examples` create APIs (31/n) (#150652)Maksim Levental
2025-04-14[mlir] Remove deprecated cast member functions (#135556)Jakub Kuderski
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2023-04-20[mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer
2023-04-02[mlir][doc] rename MemRefDataFlowOpt -> AffineScalarReplacementJoshua Cao
2022-12-02[mlir][docs] Group the docs for defining dialect componentsRiver Riddle
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle
2022-03-15[mlir][toy] Define a FuncOp operation in toy and drop the dependence on FuncOpRiver Riddle
2022-03-01[mlir][NFC] Remove several dead references to the old standard dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2021-10-27[mlir:DialectConversion] Restructure how argument/target materializations get...River Riddle
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-05-25[mlir][doc] Fix links and references in documentation of TutorialsMarkus Böck
2021-03-22Tidy up some docs.Chris Lattner
2021-03-22[PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatte...Chris Lattner
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2020-06-15[mlir] Remove OperandAdaptorJacques Pienaar
2020-06-12[mlir][doc] Fix typos in tutorial chaptersKai Sasaki
2020-05-11[MLIR] Fix several misc issues in in Toy tutorialRahul Joshi
2020-04-19Fix broken doc links to QuickstartRewrites.md after move under TutorialsMehdi Amini
2020-04-17[MLIR] Update tutorial to add missing tests and bring directory paths and cod...Lucy Fox
2020-04-11[mlir][toy][docs] Reword for better sentence flow. NFCJonathan Roelofs
2020-03-20[mlir][NFC] Cleanup AffineOps directory structureRob Suderman
2020-03-17[mlir][NFC] Replace all usages of PatternMatchResult with LogicalResultRiver Riddle
2020-02-27Fix/Clarify parts of MLIR toy tutorial chapter 5Matthias Kramm
2020-02-21[mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format.River Riddle
2020-02-20Fix some typos in the MLIR documentation.Matthias Kramm
2020-01-16[mlir] fix broken links to GlossaryHiroshi Inoue
2019-12-31[mlir][docs] Remove redundant path prefixJacques Pienaar
2019-12-24Adjust some MLIR paths and docsMehdi Amini