Skip to content

[Backport to llvm_release_210] Implement SPV_INTEL_predicated_io extension#3377

Closed
github-actions[bot] wants to merge 1 commit intollvm_release_210from
backport/pr-3370-to-llvm_release_210
Closed

[Backport to llvm_release_210] Implement SPV_INTEL_predicated_io extension#3377
github-actions[bot] wants to merge 1 commit intollvm_release_210from
backport/pr-3370-to-llvm_release_210

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Oct 7, 2025

Backport of PR #3370 into llvm_release_210.

All commits applied cleanly.

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 closed this Oct 9, 2025
@MrSidims MrSidims reopened this Oct 9, 2025
@github-actions github-actions bot deleted the backport/pr-3370-to-llvm_release_210 branch October 9, 2025 13:40
@MrSidims
Copy link
Contributor

MrSidims commented Oct 9, 2025

Something went wrong. I'll re-create the PR

@MrSidims MrSidims closed this Oct 9, 2025
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