elliottt requested wasmtime-compiler-reviewers for a review on PR #7879.
elliottt opened PR #7879 from elliottt:trevor/subsume-use
to bytecodealliance:main
:
Take a quick pass over the egraph rules to look for cases that violate our new guidelines about when
subsume
is required. There were a few cases wheresubsume
was needed, and though I believe those instances were benign I think they're worth adding to make sure we're following the spirit of our new guidelines.I've also added some clarifying text about constants in the test of guideline 2, to make it more obvious that cases where we discard constants are okay without
subsume
.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
elliottt requested abrown for a review on PR #7879.
elliottt edited PR #7879:
I took a quick pass over the egraph rules to look for cases that violate our new guidelines about when
subsume
is required. There were a few cases wheresubsume
was needed, and though I believe those instances were benign I think they're worth adding to make sure we're following the spirit of our new guidelines.I've also added some clarifying text about constants in the test of guideline 2, to make it more obvious that cases where we discard constants are okay without
subsume
.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
elliottt requested fitzgen for a review on PR #7879.
elliottt edited PR #7879:
I took a quick pass over the egraph rules to look for cases that violate our new guidelines about when
subsume
is required. There were a few cases wheresubsume
was needed, and though I believe those instances were benign I think they're worth adding to make sure we're following the spirit of our new guidelines.I've also added some clarifying text about constants in the text of guideline 2, to make it more obvious that cases where we discard constants are okay without
subsume
.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
fitzgen submitted PR review:
Thanks for auditing our rules!
fitzgen merged PR #7879.
Last updated: Nov 22 2024 at 16:03 UTC