[all-commits] [llvm/llvm-project] fe85dc: [mlir][SPIR-V] Add OpenCL.std ldexp, pown, and roo...
Arseniy Obolenskiy via All-commits
all-commits at lists.llvm.org
Wed Apr 29 08:31:13 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe85dc92a9f2121ba31cb9f639222fbd5a55f7e1
https://github.com/llvm/llvm-project/commit/fe85dc92a9f2121ba31cb9f639222fbd5a55f7e1
Author: Arseniy Obolenskiy <arseniy.obolenskiy at amd.com>
Date: 2026-04-29 (Wed, 29 Apr 2026)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVCLOps.td
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/test/Dialect/SPIRV/IR/ocl-ops.mlir
M mlir/test/Target/SPIRV/ocl-ops.mlir
Log Message:
-----------
[mlir][SPIR-V] Add OpenCL.std ldexp, pown, and rootn ops (#194791)
Add operations that follow `float op(float, int)` pattern, mirroring the
existing `spirv.GL.Ldexp` op
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list