spirv-val: Add vector support for OpConvertPtrToU/OpConvertUToPtr with SPV_INTEL_masked_gather_scatter extension#6575
Open
aobolensk wants to merge 1 commit intoKhronosGroup:mainfrom
Conversation
Author
|
@MrSidims please, take a look |
64ae3e6 to
064fffb
Compare
MrSidims
pushed a commit
to llvm/llvm-project
that referenced
this pull request
Mar 11, 2026
…185418) Fixes the first bullet in #184638 Corresponding patch to add support for vector operands in OpConvertPtrToU/OpConvertUToPtr operations in spirv-val: KhronosGroup/SPIRV-Tools#6575 SPIR-V extension reference used: https://github.com/KhronosGroup/SPIRV-Registry/blob/278044a51fee280bfc91322cdb55b51357db5cb8/extensions/INTEL/SPV_INTEL_masked_gather_scatter.asciidoc
llvm-sync bot
pushed a commit
to arm/arm-toolchain
that referenced
this pull request
Mar 11, 2026
…xtension (#185418) Fixes the first bullet in #184638 Corresponding patch to add support for vector operands in OpConvertPtrToU/OpConvertUToPtr operations in spirv-val: KhronosGroup/SPIRV-Tools#6575 SPIR-V extension reference used: https://github.com/KhronosGroup/SPIRV-Registry/blob/278044a51fee280bfc91322cdb55b51357db5cb8/extensions/INTEL/SPV_INTEL_masked_gather_scatter.asciidoc
shermpay
pushed a commit
to shermpay/llvm-project
that referenced
this pull request
Mar 12, 2026
…lvm#185418) Fixes the first bullet in llvm#184638 Corresponding patch to add support for vector operands in OpConvertPtrToU/OpConvertUToPtr operations in spirv-val: KhronosGroup/SPIRV-Tools#6575 SPIR-V extension reference used: https://github.com/KhronosGroup/SPIRV-Registry/blob/278044a51fee280bfc91322cdb55b51357db5cb8/extensions/INTEL/SPV_INTEL_masked_gather_scatter.asciidoc
…h SPV_INTEL_masked_gather_scatter extension Add support for vector operands in OpConvertPtrToU and OpConvertUToPtr when SPV_INTEL_masked_gather_scatter extension is enabled
064fffb to
04cda05
Compare
Author
|
@bashbaug could you please take a look? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add missing support for vector operands in
OpConvertPtrToUandOpConvertUToPtrwhen SPV_INTEL_masked_gather_scatter extension is enabled