Open kuhar opened 4 hours ago
This op was added fairly recently: https://github.com/llvm/llvm-project/pull/95938. We should support it in vector-to-spirv.
The lowering should be to spirv.CompositeConstruct + a special case for scalars.
spirv.CompositeConstruct
@llvm/issue-subscribers-mlir-spirv
Author: Jakub Kuderski (kuhar)
This op was added fairly recently: https://github.com/llvm/llvm-project/pull/95938. We should support it in vector-to-spirv.
The lowering should be to
spirv.CompositeConstruct
+ a special case for scalars.