[all-commits] [llvm/llvm-project] 2cb130: [mlir][StandardToSPIRV] Add support for lowering u...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Thu Jan 21 22:21:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2cb130f7661176f2c2eaa7554f2a55863cfc0ed3
https://github.com/llvm/llvm-project/commit/2cb130f7661176f2c2eaa7554f2a55863cfc0ed3
Author: Hanhan Wang <hanchung at google.com>
Date: 2021-01-21 (Thu, 21 Jan 2021)
Changed paths:
M mlir/lib/Conversion/StandardToSPIRV/StandardToSPIRV.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/test/Conversion/StandardToSPIRV/std-ops-to-spirv.mlir
Log Message:
-----------
[mlir][StandardToSPIRV] Add support for lowering uitofp to SPIR-V
- Extend spirv::ConstantOp::getZero/One to handle float, vector of int, and vector of float.
- Refactor ZeroExtendI1Pattern to use getZero/One methods.
- Add one more test for lowering std.zexti which extends vector<4xi1> to vector<4xi64>.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D95120
More information about the All-commits
mailing list