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

Fix resource specialization with -embed-dxil #4990

Merged

Conversation

ArielG-NV
Copy link
Contributor

fixes: #4989

Changes:

  1. Before handing off to DCE an oldFunc which should be removed, clean up any leftover IRKeepAliveDecoration (else DCE won't remove our oldFuncs)

fixes: shader-slang#4989

Changes:
1. Before handing off to DCE an `oldFunc` which should be removed, clean up any leftover `IRKeepAliveDecoration` (else DCE won't remove our `oldFunc`s)
@ArielG-NV ArielG-NV added the pr: non-breaking PRs without breaking changes label Sep 3, 2024
@ArielG-NV ArielG-NV marked this pull request as draft September 3, 2024 19:16
@ArielG-NV ArielG-NV marked this pull request as ready for review September 4, 2024 13:39
@ArielG-NV ArielG-NV force-pushed the embed-dxil-resource-spec-crash branch from 7c92acd to 68bba57 Compare September 4, 2024 14:09
@ArielG-NV ArielG-NV merged commit dc3f2d6 into shader-slang:master Sep 4, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: non-breaking PRs without breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resource specialization with -embed-dxil causes an infinite loop
2 participants