Skip to content

[6.0.0] egraphs: disable GVN of effectful idempotent ops (temporarily).#5809

Merged
cfallin merged 1 commit intobytecodealliance:release-6.0.0from
cfallin:disable-gvn-of-effectful-ops-6.0
Feb 16, 2023
Merged

[6.0.0] egraphs: disable GVN of effectful idempotent ops (temporarily).#5809
cfallin merged 1 commit intobytecodealliance:release-6.0.0from
cfallin:disable-gvn-of-effectful-ops-6.0

Conversation

@cfallin
Copy link
Copy Markdown
Member

@cfallin cfallin commented Feb 16, 2023

(This is a cherry-pick of #5808's commit.)

This is a short-term fix to the same bug that #5800 is addressing (#5796), but with less risk: it simply turns off GVN'ing of effectful but idempotent ops. Because we have an upcoming release, and this is a miscompile (albeit to do with trapping behavior), we would like to make the simplest possible fix that avoids the bug, and backport it. I will then rebase #5800 on top of a revert of this followed by the more complete fix.

This is a short-term fix to the same bug that bytecodealliance#5800 is addressing
(bytecodealliance#5796), but with less risk: it simply turns off GVN'ing of effectful
but idempotent ops. Because we have an upcoming release, and this is a
miscompile (albeit to do with trapping behavior), we would like to make
the simplest possible fix that avoids the bug, and backport it. I will
then rebase bytecodealliance#5800 on top of a revert of this followed by the more
complete fix.
@cfallin cfallin merged commit f3dfad2 into bytecodealliance:release-6.0.0 Feb 16, 2023
@cfallin cfallin deleted the disable-gvn-of-effectful-ops-6.0 branch February 16, 2023 23:03
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.

2 participants