summaryrefslogtreecommitdiff
path: root/mlir/test/Examples/Toy/Ch3/codegen.toy
AgeCommit message (Expand)Author
2022-03-15[mlir][toy] Define a FuncOp operation in toy and drop the dependence on FuncOpRiver Riddle
2020-02-21[mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format.River Riddle
2019-10-21NFC: Fix remaining usages of MulOp as matrix multiplication.River Riddle
2019-10-15Update Chapter 3 to demonstrate pattern match and rewrite optimizationsSana Damani
2019-06-25Change the attribute dictionary syntax to separate name and value with '='.River Riddle
2019-06-25Modify the syntax of the the ElementsAttrs to print the type as a colon type.River Riddle
2019-04-07 Change the asmprinter to use pretty syntax for dialect types when it can,Chris Lattner
2019-04-03 Chapter 3 for Toy tutorial: introduction of a dialectMehdi Amini