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 |
||
---|---|---|
.. | ||
dce-test.mlir | ||
failure-test.sh | ||
multiple-function.mlir | ||
simple-test.mlir | ||
single-function.mlir | ||
test.sh |