[all-commits] [llvm/llvm-project] aeb431: [mlir][spirv] OpConvertSToF support operands with ...
Xin Wang via All-commits
all-commits at lists.llvm.org
Fri Sep 11 10:58:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aeb4314391f2afa865fc6650666ea29d9b6afc8a
https://github.com/llvm/llvm-project/commit/aeb4314391f2afa865fc6650666ea29d9b6afc8a
Author: Xin Wang <xin1.wang at intel.com>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/SPIRVCastOps.td
M mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
M mlir/test/Dialect/SPIRV/Serialization/cast-ops.mlir
M mlir/test/Dialect/SPIRV/ops.mlir
Log Message:
-----------
[mlir][spirv] OpConvertSToF support operands with different bitwidth.
close SameBitWidth check in verifier.
Differential Revision: https://reviews.llvm.org/D87265
More information about the All-commits
mailing list