[mlir][spirv] Allow converting from index type in unsigned ops`index` type is converted to `i32` in SPIR-V. This is fine tosupport for all signed/unsigned ops.Reviewed By: hanchungDifferential
[mlir][spirv] Allow converting from index type in unsigned ops`index` type is converted to `i32` in SPIR-V. This is fine tosupport for all signed/unsigned ops.Reviewed By: hanchungDifferential Revision: https://reviews.llvm.org/D124451
show more ...
[mlir][spirv] Add math.fma lowering to spirvDifferential Revision: https://reviews.llvm.org/D117704
Adjust "end namespace" comment in MLIR to match new agree'd coding styleSee D115115 and this mailing list discussion:https://lists.llvm.org/pipermail/llvm-dev/2021-December/154199.htmlDifferenti
Adjust "end namespace" comment in MLIR to match new agree'd coding styleSee D115115 and this mailing list discussion:https://lists.llvm.org/pipermail/llvm-dev/2021-December/154199.htmlDifferential Revision: https://reviews.llvm.org/D115309
[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