[Mlir-commits] [mlir] [mlir][SPIR-V] Add OpenCL.std ldexp, pown, and rootn ops (PR #194791)
Arseniy Obolenskiy
llvmlistbot at llvm.org
Wed Apr 29 05:01:35 PDT 2026
================
@@ -505,6 +505,48 @@ def SPIRV_CLFmaOp : SPIRV_CLTernaryArithmeticOp<"fma", 26, SPIRV_Float> {
// -----
+def SPIRV_CLLdexpOp : SPIRV_CLOp<"ldexp", 34, [Pure]> {
----------------
aobolensk wrote:
That's a good point, thanks! since unary/binary/ternary op classes have checks for that, we could do that here as well. Done.
https://github.com/llvm/llvm-project/pull/194791
More information about the Mlir-commits
mailing list