llvm-project/mlir/test/Examples/Toy/Ch4
Rahul Joshi 8b5a3e4632 [MLIR] Change FuncOp assembly syntax to print visibility inline instead of in attrib dict.
- Change syntax for FuncOp to be `func <visibility>? @name` instead of printing the
  visibility in the attribute dictionary.
- Since printFunctionLikeOp() and parseFunctionLikeOp() are also used by other
  operations, make the "inline visibility" an opt-in feature.
- Updated unit test to use and check the new syntax.

Differential Revision: https://reviews.llvm.org/D90859
2020-11-09 11:08:08 -08:00
..
ast.toy [MLIR] Fix several misc issues in in Toy tutorial 2020-05-11 16:56:47 -07:00
codegen.toy [MLIR] Change FuncOp assembly syntax to print visibility inline instead of in attrib dict. 2020-11-09 11:08:08 -08:00
empty.toy [mlir][Tutorial] Make parsing an empty file print a better error. 2020-03-03 13:21:05 -08:00
invalid.mlir Update Chapter 4 of the Toy tutorial 2019-10-16 12:19:39 -07:00
scalar.toy [mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format. 2020-02-21 15:15:32 -08:00
shape_inference.mlir [MLIR] Change FuncOp assembly syntax to print visibility inline instead of in attrib dict. 2020-11-09 11:08:08 -08:00
transpose_transpose.toy [MLIR] Update tutorial to add missing tests and bring directory paths and code snippets up to date. 2020-04-17 20:15:15 -07:00
trivial_reshape.toy [MLIR] Update tutorial to add missing tests and bring directory paths and code snippets up to date. 2020-04-17 20:15:15 -07:00