Skip to content

[Backport to 21] Implement SPV_INTEL_predicated_io extension (#3370)#3386

Merged
MrSidims merged 1 commit intoKhronosGroup:llvm_release_210from
MrSidims:io-pred
Oct 10, 2025
Merged

[Backport to 21] Implement SPV_INTEL_predicated_io extension (#3370)#3386
MrSidims merged 1 commit intoKhronosGroup:llvm_release_210from
MrSidims:io-pred

Conversation

@MrSidims
Copy link
Contributor

This extension adds predicated load and store instructions. Predicated load performs load from memory if predicate is true; otherwise, it uses default_value as a result. Predicated store performs store of value to memory if predicate is true; otherwise, it does nothing.

Spec: intel/llvm#20158

This extension adds predicated load and store instructions. Predicated
load performs load from memory if predicate is true; otherwise, it uses
default_value as a result. Predicated store performs store of value to
memory if predicate is true; otherwise, it does nothing.

Spec: intel/llvm#20158

Signed-off-by: Zhang, Yixing <yixing.zhang@intel.com>
@MrSidims MrSidims merged commit 085f2d9 into KhronosGroup:llvm_release_210 Oct 10, 2025
9 checks passed
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.

2 participants