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

Separate instruction simplification from insertion into DFG #6822

Closed
TomAFrench opened this issue Dec 16, 2024 · 0 comments · Fixed by #6948
Closed

Separate instruction simplification from insertion into DFG #6822

TomAFrench opened this issue Dec 16, 2024 · 0 comments · Fixed by #6948
Assignees

Comments

@TomAFrench
Copy link
Member

We currently don't have a particularly good way to create exact SSA programs as we automatically perform any available simplifications as we push instructions into the function. This has been flagged as an issue in #6434 and has been something that I've definitely run into a couple of times.

It would then be nice to be able to add a flag to the FunctionBuilder so that we can get it to skip any instruction simplification when constructing a function which would allow us to construct test programs more easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants