forked from OSchip/llvm-project
8b5a3e4632
- 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 |
||
---|---|---|
.. | ||
ast.toy | ||
codegen.toy | ||
empty.toy | ||
invalid.mlir | ||
scalar.toy | ||
shape_inference.mlir | ||
transpose_transpose.toy | ||
trivial_reshape.toy |