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

[Backport to 18] OpCopyLogical support #2874

Open
wants to merge 2 commits into
base: llvm_release_180
Choose a base branch
from

Commits on Nov 22, 2024

  1. [SPIR-V 1.4] Add CopyLogical instruction (KhronosGroup#2484)

    There is no mapping to LLVM instructions, so it can be used only via SPIR-V friendly translation.
    
    This addresses p1. of KhronosGroup#2460
    
    (cherry picked from commit 8518a6f)
    vmaksimo authored and svenvh committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4df2fcc View commit details
    Browse the repository at this point in the history
  2. [Backport to 18] Generate load and store for OpCopyLogical (KhronosGr…

    …oup#2825)
    
    fixes KhronosGroup#2768
    
    Generate an LLVM memcpy for OpCopyLogical, rather than a call to an OpCopyLogical function.
    
    (cherry picked from commit 1a1bf17)
    bashbaug authored and svenvh committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3df154c View commit details
    Browse the repository at this point in the history