[all-commits] [llvm/llvm-project] be0ad5: [mlir][StandardToSPIRV] Add support for lowering i...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Thu Apr 30 19:30:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: be0ad5b034b22aed144cb9d0522c1412af6f3801
https://github.com/llvm/llvm-project/commit/be0ad5b034b22aed144cb9d0522c1412af6f3801
Author: Hanhan Wang <hanchung at google.com>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M mlir/lib/Conversion/StandardToSPIRV/ConvertStandardToSPIRV.cpp
M mlir/test/Conversion/StandardToSPIRV/std-ops-to-spirv.mlir
Log Message:
-----------
[mlir][StandardToSPIRV] Add support for lowering integer casting.
Summary:
Maps ZeroExtendIOp and TruncateIOp to spirv::UConvertOp and spirv::SConvertOp.
Depends On D78974
Differential Revision: https://reviews.llvm.org/D79143
More information about the All-commits
mailing list