Skip to content

[libclc] Move fdim to CLC library; simplify #137811

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

frasercrmck
Copy link
Contributor

This commit moves the fdim builtin to the CLC library. It simultaneously simplifies the codegen, unifying it between scalar and vector and avoiding bithacking for vector types.

This commit moves the fdim builtin to the CLC library. It simultaneously
simplifies the codegen, unifying it between scalar and vector and
avoiding bithacking for vector types.
@frasercrmck frasercrmck added the libclc libclc OpenCL library label Apr 29, 2025
@frasercrmck frasercrmck requested a review from arsenm April 29, 2025 13:50
@frasercrmck frasercrmck merged commit ea688c0 into llvm:main Apr 29, 2025
11 checks passed
@frasercrmck frasercrmck deleted the libclc-clc-fdim branch April 29, 2025 15:41
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
This commit moves the fdim builtin to the CLC library. It simultaneously
simplifies the codegen, unifying it between scalar and vector and
avoiding bithacking for vector types.
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
This commit moves the fdim builtin to the CLC library. It simultaneously
simplifies the codegen, unifying it between scalar and vector and
avoiding bithacking for vector types.
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
This commit moves the fdim builtin to the CLC library. It simultaneously
simplifies the codegen, unifying it between scalar and vector and
avoiding bithacking for vector types.
GeorgeARM pushed a commit to GeorgeARM/llvm-project that referenced this pull request May 7, 2025
This commit moves the fdim builtin to the CLC library. It simultaneously
simplifies the codegen, unifying it between scalar and vector and
avoiding bithacking for vector types.
Ankur-0429 pushed a commit to Ankur-0429/llvm-project that referenced this pull request May 9, 2025
This commit moves the fdim builtin to the CLC library. It simultaneously
simplifies the codegen, unifying it between scalar and vector and
avoiding bithacking for vector types.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libclc libclc OpenCL library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants