Skip to content

Fixes #317, inlining bugs#409

Merged
eldritchconundrum merged 2 commits intomasterfrom
fix-inlining
May 26, 2024
Merged

Fixes #317, inlining bugs#409
eldritchconundrum merged 2 commits intomasterfrom
fix-inlining

Conversation

@eldritchconundrum
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

@eldritchconundrum eldritchconundrum merged commit a543e80 into master May 26, 2024
@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.

3 participants