fitzgen opened PR #8013 from fitzgen:tweak-egraph-trace-logging
to bytecodealliance:main
:
This logs the resulting values of a call into ISLE's
simplify
constructor, not just the input value, so we can better debug in the future by tracing how a value was produced and which value it is a rewrite of.New output:
Calling into ISLE with original value v2 -> returned from ISLE: v2 -> [v3, v4, v5]
Old output:
Calling into ISLE with original value v2 -> returned from ISLE, generated 3 optimized values
<!--
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 requested abrown for a review on PR #8013.
fitzgen requested wasmtime-compiler-reviewers for a review on PR #8013.
cfallin submitted PR review.
cfallin merged PR #8013.
Last updated: Nov 22 2024 at 17:03 UTC