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

SPIRVReader: Add OpCopyMemory support #2779

Merged
merged 3 commits into from
Oct 28, 2024

Conversation

svenvh
Copy link
Member

@svenvh svenvh commented Oct 22, 2024

Add support for translating OpCopyMemory into llvm.memcpy.

Fixes #2769

Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes KhronosGroup#2769
@svenvh svenvh force-pushed the opcopymemory-reader branch from 1a55b84 to 608871b Compare October 22, 2024 10:13
lib/SPIRV/SPIRVReader.cpp Outdated Show resolved Hide resolved
test/OpCopyMemory.spvasm Outdated Show resolved Hide resolved
@svenvh svenvh merged commit 8dc0349 into KhronosGroup:main Oct 28, 2024
8 of 9 checks passed
@svenvh svenvh deleted the opcopymemory-reader branch October 28, 2024 08:51
svenvh added a commit to svenvh/SPIRV-LLVM-Translator that referenced this pull request Oct 28, 2024
…2779)

Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes KhronosGroup#2769

(cherry picked from commit 8dc0349)
svenvh added a commit to svenvh/SPIRV-LLVM-Translator that referenced this pull request Oct 28, 2024
…2779)

Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes KhronosGroup#2769

(cherry picked from commit 8dc0349)
svenvh added a commit to svenvh/SPIRV-LLVM-Translator that referenced this pull request Oct 28, 2024
…2779)

Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes KhronosGroup#2769

(cherry picked from commit 8dc0349)
svenvh added a commit to svenvh/SPIRV-LLVM-Translator that referenced this pull request Oct 28, 2024
…2779)

Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes KhronosGroup#2769

(cherry picked from commit 8dc0349)
svenvh added a commit to svenvh/SPIRV-LLVM-Translator that referenced this pull request Oct 28, 2024
…2779)

Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes KhronosGroup#2769

(cherry picked from commit 8dc0349)
svenvh added a commit to svenvh/SPIRV-LLVM-Translator that referenced this pull request Oct 28, 2024
…2779)

Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes KhronosGroup#2769

(cherry picked from commit 8dc0349)
svenvh added a commit to svenvh/SPIRV-LLVM-Translator that referenced this pull request Oct 28, 2024
…2779)

Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes KhronosGroup#2769

(cherry picked from commit 8dc0349)
svenvh added a commit that referenced this pull request Oct 30, 2024
Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes #2769

(cherry picked from commit 8dc0349)
svenvh added a commit that referenced this pull request Oct 30, 2024
Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes #2769

(cherry picked from commit 8dc0349)
svenvh added a commit that referenced this pull request Oct 30, 2024
Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes #2769

(cherry picked from commit 8dc0349)
svenvh added a commit that referenced this pull request Oct 30, 2024
Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes #2769

(cherry picked from commit 8dc0349)
svenvh added a commit that referenced this pull request Oct 30, 2024
Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes #2769

(cherry picked from commit 8dc0349)
svenvh added a commit that referenced this pull request Oct 30, 2024
Add support for translating `OpCopyMemory` into `llvm.memcpy`.

Fixes #2769

(cherry picked from commit 8dc0349)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

problems with OpCopyMemory
4 participants