[Mlir-commits] [mlir] [mlir][SPIR-V] Add missing GL and CL extended-instruction ops (PR #203544)
Arseniy Obolenskiy
llvmlistbot at llvm.org
Mon Jun 15 05:06:29 PDT 2026
aobolensk wrote:
> Could we split this commit into multiple smaller ones each adding some logical group? Currently this commit feels like it's just a mix of random ops. I think a good test would be: "Can I write a specific commit message that captures all ops that are being added" - the current message is a bit too vague. For example, one group could be min, max, clamp.
Thanks for the feedback. I have split this one into 4:
- https://github.com/llvm/llvm-project/pull/203878
- https://github.com/llvm/llvm-project/pull/203879
- https://github.com/llvm/llvm-project/pull/203880
- https://github.com/llvm/llvm-project/pull/203881
That will be a little more tricky to merge them, but I think we will work this out. Closing this one.
https://github.com/llvm/llvm-project/pull/203544
More information about the Mlir-commits
mailing list