Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DebugInfo] Fix instruction enumeration #2248

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 4, 2023

  1. [DebugInfo] Fix instruction enumeration

    These two opcodes were mistakenly swapped when they were originally
    added, at least according to the `DebugInfo`, `OpenCL.DebugInfo.100`,
    and `NonSemantic.Shader.DebugInfo.100` extended instruction sets.
    
    This might break existing third-party SPIR-V translators if they are
    accommodating this bug, mistakenly or otherwise.
    frasercrmck committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2614860 View commit details
    Browse the repository at this point in the history