Mehdi Amini
be0a7e9f27
Adjust "end namespace" comment in MLIR to match new agree'd coding style
...
See D115115 and this mailing list discussion:
https://lists.llvm.org/pipermail/llvm-dev/2021-December/154199.html
Differential Revision: https://reviews.llvm.org/D115309
2021-12-08 06:05:26 +00:00
Alexander Belyaev
f89bb3c012
[mlir] Move bufferization-related passes to bufferization dialect.
...
[RFC](https://llvm.discourse.group/t/rfc-dialect-for-bufferization-related-ops/4712 )
Differential Revision: https://reviews.llvm.org/D114698
2021-11-30 09:58:47 +01:00
Alexander Belyaev
57470abc41
[mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect.
...
https://llvm.discourse.group/t/rfc-dialect-for-bufferization-related-ops/4712
Differential Revision: https://reviews.llvm.org/D114552
2021-11-25 11:50:39 +01:00
Jacques Pienaar
cfb72fd3a0
[mlir] Switch arith, llvm, std & shape dialects to accessors prefixed both form.
...
Following
https://llvm.discourse.group/t/psa-ods-generated-accessors-will-change-to-have-a-get-prefix-update-you-apis/4476 ,
this follows flipping these dialects to _Both prefixed form. This
changes the accessors to have a prefix. This was possibly mostly without
breaking breaking changes if the existing convenience methods were used.
(https://github.com/jpienaar/llvm-project/blob/main/clang-tools-extra/clang-tidy/misc/AddGetterCheck.cpp
was used to migrate the callers post flipping, using the output from
Operator.cpp)
Differential Revision: https://reviews.llvm.org/D112383
2021-10-24 18:36:33 -07:00
Mogball
a54f4eae0e
[MLIR] Replace std ops with arith dialect ops
...
Precursor: https://reviews.llvm.org/D110200
Removed 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, jpienaar
Differential Revision: https://reviews.llvm.org/D110797
2021-10-13 03:07:03 +00:00