summaryrefslogtreecommitdiff
path: root/mlir/docs/Tutorials/Toy/Ch-4.md
AgeCommit message (Expand)Author
2025-08-17[mlir][doc] fixup code block (#153977)Erik Davis
2025-07-27[MLIR] Update MLIR tutorial to use LDBG() macro (#150763)Mehdi Amini
2025-07-25[mlir][NFC] update `mlir/examples` create APIs (31/n) (#150652)Maksim Levental
2025-05-22[mlir] Explain required attrs for CallOpInterface in Toy (NFC) (#141018)Joshua James Venter
2025-02-04[mlir][doc][tutorials] Remove docs and code discrepancies (#125422)AidinT
2024-04-05Fix a few broken links (#87098)mlevesquedion
2023-11-20Make MLIR Value more consistent in terms of `const` "correctness" (NFC) (#72765)Mehdi Amini
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-05-08[mlir][CallOpInterface] Add `setCalleeFromCallable` methodWhitney Tsang
2023-03-22[mlir] Argument and result attribute handling during inlining.Tobias Gysi
2023-02-12[docs] Make consistent between MLIR tutorial doc and example codeHsiangkai Wang
2023-02-01[mlir] Require explicit casts when using TypedValueRahul Kayaith
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
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
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2021-08-25[mlir][docs] A friendlier improvement for the Toy tutorial chapter 4.Chenggang Zhao
2021-06-23Fix typo in Toy Tutorial Ch-4Jack Xia
2021-05-25[mlir][doc] Fix links and references in documentation of TutorialsMarkus Böck
2021-03-17[mlir][Toy] Update the tutorial to use tablegen for dialect declarationsRiver Riddle
2021-01-20[mlir] Add an interface for Cast-Like operationsRiver Riddle
2020-10-28[mlir][Inliner] Add a `wouldBeCloned` flag to each of the `isLegalToInline` h...River Riddle
2020-10-28[mlir][Inliner] Add a new hook for checking if it is legal to inline a callab...River Riddle
2020-04-19Fix broken docs links (WritingAPass.md was renamed PassManagement.md)Mehdi Amini
2020-04-07[mlir][Pass] Remove the use of CRTP from the Pass classesRiver Riddle
2020-03-10[mlir][NFC] Move the operation interfaces out of Analysis/ and into a new Int...River Riddle
2020-02-27[mlir] Fix/clarify parts of MLIR toy tutorial chaper 4.Matthias 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-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