aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/invalid-func-op.mlir
AgeCommit message (Expand)AuthorFilesLines
2024-02-05[mlir][Symbol] Add verification that symbol's parent is a SymbolTable (#80590)Joshua Cao1-2/+2
2022-12-10[mlir] FunctionOpInterface: turn required attributes into interface methods (...Jeff Niu1-11/+2
2022-12-09Revert "[mlir] FunctionOpInterface: arg and result attrs dispatch to interface"David Spickett1-2/+11
2022-12-08[mlir] FunctionOpInterface: arg and result attrs dispatch to interfaceJeff Niu1-11/+2
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle1-17/+17
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle1-2/+2
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-5/+5
2021-08-31Add a new interface allowing to set a default dialect to be used for printing...Mehdi Amini1-5/+5
2021-05-07[mlir] Refactor the representation of function-like argument/result attributes.River Riddle1-0/+19
2021-01-12[MLIR] Disallow `sym_visibility`, `sym_name` and `type` attributes in the par...Rahul Joshi1-0/+16
2020-11-16[MLIR] Extend Symbol verification to reject public symbol declarations.Rahul Joshi1-0/+5
2019-11-13Rename the current parseSymbolName to parseOptionalSymbolNameRiver Riddle1-1/+1
2019-10-18Add support for function result attributes.Sean Silva1-0/+24
2019-07-03Replace the implementation of Function and Module with FuncOp and ModuleOp.River Riddle1-8/+0
2019-06-19Rename -verify mlir-opt flag to -verify-expected-diagnosticsGeoffrey Martin-Noble1-1/+1
2019-06-09Add a verify method to FuncOp and check that the type signature matches the s...River Riddle1-0/+22
2019-06-03Start defining a new operation 'FuncOp' that replicates all of the functional...River Riddle1-0/+37