aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/wrapping_op.mlir
AgeCommit message (Expand)AuthorFilesLines
2023-05-02Adopt Properties to store operations inherent Attributes in the Func dialectMehdi Amini1-1/+1
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle1-1/+1
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-1/+1
2022-01-18[mlir] Drop the leading space when printing regionsMogball1-1/+1
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle1-1/+1
2020-11-09[mlir][Asm] Add support for using an alias for trailing operation locationsRiver Riddle1-1/+1
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini1-2/+2
2020-01-14[mlir] Enable printing of FuncOp in the generic form.River Riddle1-1/+2
2019-10-28Parse locations in parseGenericOperationSean Silva1-6/+6
2019-09-08Add `parseGenericOperation()` to the OpAsmParserMehdi Amini1-0/+14