llvm-project/mlir/examples/toy/Ch7/include/toy
River Riddle 4a3460a791 [mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"
This removes any potential confusion with the `getType` accessors
which correspond to SSA results of an operation, and makes it
clear what the intent is (i.e. to represent the type of the function).

Differential Revision: https://reviews.llvm.org/D121762
2022-03-16 17:07:04 -07:00
..
AST.h Apply clang-tidy fixes for readability-identifier-naming to MLIR (NFC) 2022-01-14 02:26:28 +00:00
CMakeLists.txt
Dialect.h [mlir][toy] Define a FuncOp operation in toy and drop the dependence on FuncOp 2022-03-15 14:55:51 -07:00
Lexer.h Apply clang-tidy fixes for llvm-header-guard in MLIR (NFC) 2022-01-13 23:14:06 +00:00
MLIRGen.h Replace OwningModuleRef with OwningOpRef<ModuleOp> 2022-01-30 14:07:10 -08:00
Ops.td [mlir:FunctionOpInterface] Rename the "type" attribute to "function_type" 2022-03-16 17:07:04 -07:00
Parser.h Apply clang-tidy fixes for performance-move-const-arg to MLIR (NFC) 2022-01-14 02:26:27 +00:00
Passes.h Apply clang-tidy fixes for llvm-header-guard in MLIR (NFC) 2022-01-13 23:14:06 +00:00
ShapeInferenceInterface.h
ShapeInferenceInterface.td