llvm-project
61118643 - [HLSL] Fix miscompile of small structs after arrays in cbuffers (#179768)

Commit
4 days ago
[HLSL] Fix miscompile of small structs after arrays in cbuffers (#179768) We weren't accounting for skipped fields correctly when emitting struct member exprs, which could lead to us reading padding instead of the member itself when a struct followed an array. Fixes #179716
Author
Parents
Loading