aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/pretty-locations.mlir
AgeCommit message (Expand)AuthorFilesLines
2022-11-30[mlir] Cleanup lingering problems surrounding attribute/type aliasesRiver Riddle1-1/+1
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle1-1/+1
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-4/+4
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini1-1/+1
2020-01-13[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle1-1/+1
2019-07-03Replace the implementation of Function and Module with FuncOp and ModuleOp.River Riddle1-3/+2
2019-03-29NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...River Riddle1-1/+1
2019-03-29NFC: Rename the 'if' operation in the AffineOps dialect to 'affine.if'.River Riddle1-1/+1
2019-03-29 Automated rollback of changelist 232728977.Uday Bondhugula1-1/+1
2019-03-29 Automated rollback of changelist 232717775.Uday Bondhugula1-1/+1
2019-03-29Rename the 'if' operation in the AffineOps dialect to 'affine.if' and namespaceRiver Riddle1-1/+1
2019-03-29NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The...River Riddle1-1/+1
2019-03-29Define the AffineForOp and replace ForInst with it. This patch is largely mec...River Riddle1-3/+3
2019-03-29Recommit: Define a AffineOps dialect as well as an AffineIfOp operation. Repl...River Riddle1-4/+4
2019-03-29 Automated rollback of changelist 231318632.Nicolas Vasilache1-4/+4
2019-03-29Define a AffineOps dialect as well as an AffineIfOp operation. Replace all in...River Riddle1-4/+4
2019-03-29Add an option to improve the readibility of the printed MLIR debuginfoFeng Liu1-0/+30