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

Implement optree transformation: Fold control flow ops #134

Open
vla5924 opened this issue May 3, 2024 · 0 comments · May be fixed by #153
Open

Implement optree transformation: Fold control flow ops #134

vla5924 opened this issue May 3, 2024 · 0 comments · May be fixed by #153

Comments

@vla5924
Copy link
Member

vla5924 commented May 3, 2024

  • if (true) then XXX -> XXX
  • if (false) then XXX -> nothing
  • if (true) then XXX else YYY -> XXX
  • if (false) then XXX else YYY -> YYY
  • while (false) do XXX -> nothing
  • other
@vla5924 vla5924 changed the title Implement optree transformation: Eliminate unreachable bodies Implement optree transformation: Fold control flow ops May 10, 2024
@vla5924 vla5924 linked a pull request May 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

2 participants