[Mlir-commits] [mlir] [MLIR][SPIRV] Add conversion for spirv.SpecConstant and spirv.mlir.referenceof to LLVM (PR #188746)

Igor Wodiany llvmlistbot at llvm.org
Tue Mar 31 06:00:15 PDT 2026


https://github.com/IgWod commented:

I wonder whether we should translate them into calls to `__spirv_SpecConstant` which seems to be a LLVM IR way of encoding SpecConstants: https://github.com/llvm/llvm-project/blob/main/llvm/test/CodeGen/SPIRV/constant/spec-constant.ll ?

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


More information about the Mlir-commits mailing list