[Mlir-commits] [mlir] [mlir][Math][LLVMSPV] Add Math to LLVM-SPV conversion pass (PR #198370)

Md Abdullah Shahneous Bari llvmlistbot at llvm.org
Mon Jun 8 07:54:13 PDT 2026


================
@@ -640,6 +640,9 @@ def ConvertGpuOpsToLLVMSPVOps : Pass<"convert-gpu-to-llvm-spv", "gpu::GPUModuleO
     Option<"use64bitIndex", "use-64bit-index",
            "bool", /*default=*/"false",
            "Use 64-bit integers to convert index types">,
+    Option<"convertMathToOCL", "convert-math-to-ocl",
----------------
mshahneo wrote:

Same, here.

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


More information about the Mlir-commits mailing list