Skip to content

Fix backward translation of OpFmaKHR#3529

Merged
vmaksimo merged 1 commit intoKhronosGroup:mainfrom
vmaksimo:fma-fix
Jan 26, 2026
Merged

Fix backward translation of OpFmaKHR#3529
vmaksimo merged 1 commit intoKhronosGroup:mainfrom
vmaksimo:fma-fix

Conversation

@vmaksimo
Copy link
Contributor

@vmaksimo vmaksimo commented Jan 22, 2026

Semantically it directly maps to the LLVM fma intrnsic, so we should translate this inst back to intrinsic.

Semantically it clearly maps to the LLVM fma intrnsic, so we should
translate this inst back to intrinsic.
@vmaksimo
Copy link
Contributor Author

FYI @wenju-he @aratajew

@wenju-he
Copy link
Contributor

LGTM, thanks @vmaksimo

Copy link
Contributor

@YixingZhang007 YixingZhang007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you!

@vmaksimo vmaksimo merged commit 60fa4bf into KhronosGroup:main Jan 26, 2026
7 of 9 checks passed
@vmaksimo
Copy link
Contributor Author

/backport llvm_release_210

@github-actions
Copy link

Attempting to create backport to llvm_release_210...

github-actions bot pushed a commit that referenced this pull request Jan 27, 2026
Semantically it directly maps to the LLVM fma intrnsic, so we should
translate this instruction back to intrinsic.
@github-actions
Copy link

Success. Backport PR created: #3537

@vmaksimo
Copy link
Contributor Author

/backport llvm_release_200

@github-actions
Copy link

Attempting to create backport to llvm_release_200...

github-actions bot pushed a commit that referenced this pull request Jan 27, 2026
Semantically it directly maps to the LLVM fma intrnsic, so we should
translate this instruction back to intrinsic.
@github-actions
Copy link

Success. Backport PR created: #3539

@vmaksimo
Copy link
Contributor Author

/backport llvm_release_190

@github-actions
Copy link

Attempting to create backport to llvm_release_190...

github-actions bot pushed a commit that referenced this pull request Jan 27, 2026
Semantically it directly maps to the LLVM fma intrnsic, so we should
translate this instruction back to intrinsic.
@github-actions
Copy link

Success. Backport PR created: #3540

@vmaksimo
Copy link
Contributor Author

/backport llvm_release_180

@github-actions
Copy link

Attempting to create backport to llvm_release_180...

github-actions bot pushed a commit that referenced this pull request Jan 27, 2026
Semantically it directly maps to the LLVM fma intrnsic, so we should
translate this instruction back to intrinsic.
@github-actions
Copy link

Success. Backport PR created: #3541

@vmaksimo
Copy link
Contributor Author

/backport llvm_release_170

@vmaksimo
Copy link
Contributor Author

/backport llvm_release_160

@github-actions
Copy link

Attempting to create backport to llvm_release_160...

github-actions bot pushed a commit that referenced this pull request Jan 27, 2026
Semantically it directly maps to the LLVM fma intrnsic, so we should
translate this instruction back to intrinsic.
@github-actions
Copy link

Success. Backport PR created: #3543

@vmaksimo
Copy link
Contributor Author

/backport llvm_release_220

@github-actions
Copy link

Attempting to create backport to llvm_release_220...

github-actions bot pushed a commit that referenced this pull request Jan 28, 2026
Semantically it directly maps to the LLVM fma intrnsic, so we should
translate this instruction back to intrinsic.
@github-actions
Copy link

Success. Backport PR created: #3548

vmaksimo added a commit that referenced this pull request Jan 29, 2026
…#3539)

Backport of PR #3529 into `llvm_release_200`.

All commits applied cleanly.

Co-authored-by: Viktoria Maximova <viktoria.maksimova@intel.com>
vmaksimo added a commit that referenced this pull request Jan 29, 2026
…#3540)

Backport of PR #3529 into `llvm_release_190`.

All commits applied cleanly.

Co-authored-by: Viktoria Maximova <viktoria.maksimova@intel.com>
vmaksimo added a commit that referenced this pull request Jan 29, 2026
…#3541)

Backport of PR #3529 into `llvm_release_180`.

All commits applied cleanly.

Co-authored-by: Viktoria Maximova <viktoria.maksimova@intel.com>
vmaksimo added a commit that referenced this pull request Jan 29, 2026
…#3542)

Backport of PR #3529 into `llvm_release_170`.

All commits applied cleanly.

Co-authored-by: Viktoria Maximova <viktoria.maksimova@intel.com>
vmaksimo added a commit that referenced this pull request Jan 29, 2026
…#3543)

Backport of PR #3529 into `llvm_release_160`.

All commits applied cleanly.

Co-authored-by: Viktoria Maximova <viktoria.maksimova@intel.com>
@vmaksimo
Copy link
Contributor Author

/backport llvm_release_150

@github-actions
Copy link

Attempting to create backport to llvm_release_150...

github-actions bot pushed a commit that referenced this pull request Jan 29, 2026
Semantically it directly maps to the LLVM fma intrnsic, so we should
translate this instruction back to intrinsic.
@github-actions
Copy link

Success. Backport PR created: #3551

@vmaksimo
Copy link
Contributor Author

/backport llvm_release_140

@github-actions
Copy link

Attempting to create backport to llvm_release_140...

github-actions bot pushed a commit that referenced this pull request Jan 29, 2026
Semantically it directly maps to the LLVM fma intrnsic, so we should
translate this instruction back to intrinsic.
@github-actions
Copy link

Success. Backport PR created: #3552

vmaksimo added a commit that referenced this pull request Jan 29, 2026
…#3551)

Backport of PR #3529 into `llvm_release_150`.

All commits applied cleanly.

Co-authored-by: Viktoria Maximova <viktoria.maksimova@intel.com>
vmaksimo added a commit that referenced this pull request Jan 29, 2026
…#3552)

Backport of PR #3529 into `llvm_release_140`.

All commits applied cleanly.

Co-authored-by: Viktoria Maximova <viktoria.maksimova@intel.com>
vmaksimo added a commit that referenced this pull request Feb 3, 2026
…#3537)

Backport of PR #3529 into `llvm_release_210`.

All commits applied cleanly.

Co-authored-by: Viktoria Maximova <viktoria.maksimova@intel.com>
vmaksimo added a commit that referenced this pull request Feb 13, 2026
…#3548)

Backport of PR #3529 into `llvm_release_220`.

All commits applied cleanly.

Co-authored-by: Viktoria Maximova <viktoria.maksimova@intel.com>
obrotowy pushed a commit to obrotowy/SPIRV-LLVM-Translator that referenced this pull request Mar 12, 2026
…KhronosGroup#3542)

Backport of PR KhronosGroup#3529 into `llvm_release_170`.

All commits applied cleanly.

Co-authored-by: Viktoria Maximova <viktoria.maksimova@intel.com>
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.

5 participants