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

Fixes #317, inlining bugs #409

Merged
merged 2 commits into from
May 26, 2024
Merged

Fixes #317, inlining bugs #409

merged 2 commits into from
May 26, 2024

Conversation

eldritchconundrum
Copy link
Collaborator

  • Stop removing side-effecting init of unused locals.

  • Stop removing unassigned-but-used locals. This is accomplished by moving the unassigned removal from the "simple" inlining to the "safe" inlining.

* Stop removing side-effecting init of unused locals.

* Stop removing unassigned-but-used locals.
This is accomplished by moving the unassigned removal from the "simple" inlining to the "safe" inlining.
@therontarigo
Copy link
Contributor

tests/unit/inline.frag lines 144-153 can be restored.

@eldritchconundrum eldritchconundrum merged commit a543e80 into master May 26, 2024
1 check passed
@eldritchconundrum eldritchconundrum deleted the fix-inlining branch May 26, 2024 22:15
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.

None yet

3 participants