[Mlir-commits] [mlir] [mlir][SPIR-V] Add OpenCL.std ldexp, pown, and rootn ops (PR #194791)

Zmicier Prybysh llvmlistbot at llvm.org
Wed Apr 29 04:24:57 PDT 2026


================
@@ -571,6 +613,45 @@ def SPIRV_CLPowOp : SPIRV_CLBinaryArithmeticOp<"pow", 48, SPIRV_Float> {
 
 // -----
 
+def SPIRV_CLPownOp : SPIRV_CLOp<"pown", 49, [Pure]> {
----------------
dimp-pl wrote:

Same thing here as above, won't adding `AllTypesMatch<["x", "result"]>` trait help here?

https://github.com/llvm/llvm-project/pull/194791


More information about the Mlir-commits mailing list