xndcn
6e2c0e6931
[mlir][spirv] Add conversions from arith.bitcast, std.br, std.cond_br to spirv.
...
Differential Revision: https://reviews.llvm.org/D112819
2021-10-31 00:40:35 +08: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
cb3aa49ec0
[MLIR][arith] fix references to std.constant in comments
...
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D111820
2021-10-14 20:38:47 +00: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