Skip to content

[HLSL] Update __builtin_hlsl_dot builtin Sema Checking to fix error when passed an array literal 1u.xxxx #133941

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 4 commits into from
Apr 2, 2025

Conversation

spall
Copy link
Contributor

@spall spall commented Apr 1, 2025

update dot builtin sema checking and codegen
new test
fix tests
Closes #133659

@farzonl
Copy link
Member

farzonl commented Apr 1, 2025

LGTM will sign off after test moves

@spall
Copy link
Contributor Author

spall commented Apr 1, 2025

LGTM will sign off after test moves

you should look again since I changed more things.

Copy link

github-actions bot commented Apr 1, 2025

✅ With the latest revision this PR passed the C/C++ code formatter.

Copy link
Member

@farzonl farzonl left a comment

Choose a reason for hiding this comment

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

LGTM.

@spall spall merged commit 60efed3 into llvm:main Apr 2, 2025
12 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.

[HLSL] Call to 'dot' intrinsic incorrectly fails Sema checking when 1u.xxxx is passed as an argument
3 participants