-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Cranelift: GVN all idempotently trapping but otherwise pure instructions #5534
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me! I missed the introduction of side_effects_idempotent
so I'm not sure if the egraph case handles it too or if it's only simple-gvn. But I think this should be safe to merge either way.
It is just |
I think the place to use |
…al in the egraph's GVN. This mirrors the similar change made in bytecodealliance#5534.
…al in the egraph's GVN. This mirrors the similar change made in bytecodealliance#5534.
No description provided.