Skip to content
Snippets Groups Projects

vkd3d-shader/hlsl: Fix invalidation of the wrong components in copy-prop.

Merged Francisco Casas requested to merge fcasas/vkd3d:copyprop_aaah into master
1 unresolved thread

This is includes !1415 (merged) as 1/3, since otherwise it conflicts with it.

We are currently prone to certain miscompilations since copy_propagation_invalidate_variable_from_deref_recurse() is not always invalidating the right components of arrays. 2/3 introduces a test that miscompiles, 3/3 introduces the fix.

Edited by Francisco Casas

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading