[all-commits] [llvm/llvm-project] e866fb: [mlir][spirv] Add support for fptoui conversion in...
Steve Suzuki via All-commits
all-commits at lists.llvm.org
Thu Jan 12 08:38:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e866fb8606d7ed2e27b194c97a4896e7680da2e0
https://github.com/llvm/llvm-project/commit/e866fb8606d7ed2e27b194c97a4896e7680da2e0
Author: Steve Suzuki <shinsuke.suzuki at arm.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M mlir/lib/Conversion/ArithToSPIRV/ArithToSPIRV.cpp
M mlir/test/Conversion/ArithToSPIRV/arith-to-spirv.mlir
Log Message:
-----------
[mlir][spirv] Add support for fptoui conversion in ArithToSPIRV
To enable the conversion of arith.fptoui to SPIRV OpConvertFToU
Reviewed By: kuhar
Differential Revision: https://reviews.llvm.org/D141582
More information about the All-commits
mailing list