summaryrefslogtreecommitdiff
path: root/mlir/docs/Tutorials/Toy/Ch-3.md
AgeCommit message (Expand)Author
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2023-02-12[docs] Make consistent between MLIR tutorial doc and example codeHsiangkai Wang
2023-01-25[mlir][Pass] Make PassManager default to op-agnosticrkayaith
2022-12-02[mlir][docs] Group the docs for defining dialect componentsRiver Riddle
2022-10-12Introduce a ConditionallySpeculatable op interfaceSanjoy Das
2022-03-15[mlir][toy] Define a FuncOp operation in toy and drop the dependence on FuncOpRiver Riddle
2021-05-25[mlir][doc] Fix links and references in documentation of TutorialsMarkus Böck
2021-03-22[PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatte...Chris Lattner
2020-08-13[mlir][docs] Update/Add documentation for MLIRs Pattern Rewrite infrastructureRiver Riddle
2020-05-11[MLIR] Fix several misc issues in in Toy tutorialRahul Joshi
2020-05-11[mlir][Value] Add v.getDefiningOp<OpTy>()Sean Silva
2020-04-17[MLIR] Update tutorial to add missing tests and bring directory paths and cod...Lucy Fox
2020-04-11[mlir][toy][docs] Fix reference to generated ToyCombine.inc. NFCJonathan Roelofs
2020-03-17[mlir][NFC] Replace all usages of PatternMatchResult with LogicalResultRiver Riddle
2020-02-27[mlir][Tutorial] Fix comment position in SimplifyRedundantTranspose.Matthias Kramm
2020-02-27[mlir] Fix comma+typo in MLIR toy tutorial chapter 3.Matthias Kramm
2020-02-21[mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format.River Riddle
2020-02-17[mlir] Fix multiple titlesJacques Pienaar
2020-01-11[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle
2019-12-31[mlir] Make code blocks more consistentJacques Pienaar
2019-12-24Adjust some MLIR paths and docsMehdi Amini