KhronosGroup / SPIRV-LLVM-Translator

A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Other
468 stars 209 forks source link

`ID '19' decorated with NoSignedWrap multiple times is not allowed.` #2509

Closed ben-clayton closed 4 months ago

ben-clayton commented 4 months ago

With the latest Vulkan Validation Layers, the internal Google build / test is now failing with:

> spirv-val OpPhi_ArgumentsPlaceholders.ll

error: line 49: ID '19' decorated with NoSignedWrap multiple times is not allowed.
  %inc = OpIAdd %uint %j_0 %uint_1

Command failed: exit status 1

Note: The new no duplicate decorations validation has triggered for many other SPIR-V projects.

svenvh commented 4 months ago

All issues with duplicate decorations should now be fixed on the main branch.