Skip to content

Conversation

@YixingZhang007
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

…Group#3370)

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 <[email protected]>
@MrSidims
Copy link
Contributor

MrSidims commented Oct 9, 2025

the patch seem to be merged in 578442e

the problem is that due to github outage - the PR wasn't closed

Closing

@MrSidims MrSidims closed this Oct 9, 2025
maarquitos14 pushed a commit to maarquitos14/SPIRV-LLVM-Translator that referenced this pull request Oct 16, 2025
…Group#3370) (KhronosGroup#3382)

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 <[email protected]>
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