Skip to content
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

[HLSL] Implement HLSL Aggregate splatting #118992

Merged
merged 19 commits into from
Feb 14, 2025
Merged

[HLSL] Implement HLSL Aggregate splatting #118992

merged 19 commits into from
Feb 14, 2025

Conversation

spall
Copy link
Contributor

@spall spall commented Dec 6, 2024

Implement HLSL Aggregate Splat casting that handles splatting for arrays and structs, and vectors if splatting from a vec1.
Closes #100609 and Closes #100619
Depends on #118842

…bitvectors not allowed. At test showing splatting union is not allowed. At test showing splatting union in elementwise cast is not allowed.
Copy link

github-actions bot commented Feb 10, 2025

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

@spall spall marked this pull request as ready for review February 11, 2025 03:17
@spall spall changed the title [HLSL] Implement HLSL splatting [HLSL] Implement HLSL Aggregate splatting Feb 14, 2025
@spall spall merged commit 4d2d0af into llvm:main Feb 14, 2025
9 checks passed
joaosaffran pushed a commit to joaosaffran/llvm-project that referenced this pull request Feb 14, 2025
Implement HLSL Aggregate Splat casting that handles splatting for arrays
and structs, and vectors if splatting from a vec1.
Closes llvm#100609 and Closes llvm#100619 
Depends on llvm#118842
sivan-shani pushed a commit to sivan-shani/llvm-project that referenced this pull request Feb 24, 2025
Implement HLSL Aggregate Splat casting that handles splatting for arrays
and structs, and vectors if splatting from a vec1.
Closes llvm#100609 and Closes llvm#100619 
Depends on llvm#118842
YutongZhuu pushed a commit to YutongZhuu/llvm-project that referenced this pull request Mar 8, 2025
Implement HLSL Aggregate Splat casting that handles splatting for arrays
and structs, and vectors if splatting from a vec1.
Closes llvm#100609 and Closes llvm#100619 
Depends on llvm#118842
YutongZhuu pushed a commit to YutongZhuu/llvm-project that referenced this pull request Mar 8, 2025
Implement HLSL Aggregate Splat casting that handles splatting for arrays
and structs, and vectors if splatting from a vec1.
Closes llvm#100609 and Closes llvm#100619 
Depends on llvm#118842
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] Layout compatible type casting [HLSL] Array by-value casting
3 participants