[mlir] Split out a new ControlFlow dialect from StandardThis dialect is intended to model lower level/branch based control-flow constructs. The initial setof operations are: AssertOp, BranchOp, Co
[mlir] Split out a new ControlFlow dialect from StandardThis dialect is intended to model lower level/branch based control-flow constructs. The initial setof operations are: AssertOp, BranchOp, CondBranchOp, SwitchOp; all split out from the currentstandard dialect.See https://discourse.llvm.org/t/standard-dialect-the-final-chapter/6061Differential Revision: https://reviews.llvm.org/D118966
show more ...
[MLIR] Replace std ops with arith dialect opsPrecursor: https://reviews.llvm.org/D110200Removed redundant ops from the standard dialect that were moved to the`arith` or `math` dialects.Renamed
[MLIR] Replace std ops with arith dialect opsPrecursor: https://reviews.llvm.org/D110200Removed redundant ops from the standard dialect that were moved to the`arith` or `math` dialects.Renamed all instances of operations in the codebase and in tests.Reviewed By: rriddle, jpienaarDifferential Revision: https://reviews.llvm.org/D110797
[mlir][mlir-lsp-server] Add some initial documentation on the MLIR LSP serverThis covers some of the basic documentation, but is still missing some documentation/examples of features provided by th
[mlir][mlir-lsp-server] Add some initial documentation on the MLIR LSP serverThis covers some of the basic documentation, but is still missing some documentation/examples of features provided by the server. Feature documentation will be added in a followup.Differential Revision: https://reviews.llvm.org/D100690
[MLIR] Added documentation and manual to use bufferization features.Added documentation about the bufferization features.Furthermore, the usage of pre- and post-processing is described.This also
[MLIR] Added documentation and manual to use bufferization features.Added documentation about the bufferization features.Furthermore, the usage of pre- and post-processing is described.This also includes information about optimization functionalities.Differential Revision: https://reviews.llvm.org/D90675
Update SVG images to be properly cropped (NFC)
Add a doc/tutorial on traversing the IRReviewed By: stephenneuendorfferDifferential Revision: https://reviews.llvm.org/D87221
Adjust some MLIR paths and docs