KhronosGroup/SPIRV-LLVM

Duplicate `OpTypeImage` definition

Closed this issue · 2 comments

In this SPIR-V binary (produced from this .bc, out of this OpenCL file), OpTypeImage is defined twice, with the exact same parameters (well, except for the result id):

  • 1900 0900 0700 0000 0600 0000 0100 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
  • 1900 0900 1500 0000 0600 0000 0100 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
bader commented

Hi Pierre,

Please, verify that this issue is fixed by Sam in rev. b03f477.

Thanks,
Alexey

Hi Alexey,

Just tested the latest version of khronos/spirv-3.6.1 and the issue is fixed! Thanks for the fix @yxsamliu!

Thanks,
Pierre