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

lower: properly fix #355 #500

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

lower: properly fix #355 #500

wants to merge 1 commit into from

Conversation

rohany
Copy link
Contributor

@rohany rohany commented Jan 2, 2022

This commit properly fixes #355 by ensuring that duplicate locators are
not generated by different codepaths. This bug is masked by the
ir::simplify call which removes the extra locators in most situations.

This commit properly fixes #355 by ensuring that duplicate locators are
not generated by different codepaths. This bug is masked by the
ir::simplify call which removes the extra locators in most situations.
@rohany
Copy link
Contributor Author

rohany commented Jan 2, 2022

I'm not sure what's the best way to test this since I need to compile with simplify = false for the invalid output to show up. Figuring out how to hook that up through the rest of the runtime interface is a bit too much work right now.

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

Successfully merging this pull request may close these issues.

scheduling: bug in fuse transformation
1 participant