badumbatish opened PR #9213 from badumbatish:7954
to bytecodealliance:main
:
Mentioned in #7954, attempted in #8535, reattempted in this pr.
Draft first for ci pipeline. Possible rebase for better commit msg
<!--
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
-->
badumbatish updated PR #9213.
badumbatish has marked PR #9213 as ready for review.
badumbatish requested elliottt for a review on PR #9213.
badumbatish requested wasmtime-compiler-reviewers for a review on PR #9213.
elliottt submitted PR review.
elliottt created PR review comment:
Is this function still needed? It doesn't look like it's referenced from the changes in this PR.
badumbatish updated PR #9213.
badumbatish submitted PR review.
badumbatish created PR review comment:
hi there :) I double checked and it seems nothing is calling this function. I've removed it. Thank you for the review :)
elliottt submitted PR review.
elliottt created PR review comment:
Could you rephrase this comment from Jamey as a comment about the function implementation?
elliottt created PR review comment:
Does the test suite pass with these assertions uncommented? You're testing
nb
explicitly for being unreachable on line 491, so I'm guessing that at least that one doesn't pass?
badumbatish submitted PR review.
badumbatish created PR review comment:
hi Elliot, yes one of the test suite failed with this assertion. Here is the summary of the test suite through local ci:
failures: ---- dominator_tree::tests::unreachable_node stdout ---- thread 'dominator_tree::tests::unreachable_node' panicked at cranelift/codegen/src/dominator_tree.rs:486:9: assertion failed: nb.pre_number != 0 failures: dominator_tree::tests::unreachable_node test result: FAILED. 187 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s error: test failed, to rerun pass `-p cranelift-codegen --lib`
badumbatish edited PR review comment.
badumbatish updated PR #9213.
badumbatish submitted PR review.
badumbatish created PR review comment:
resolved
Last updated: Nov 22 2024 at 16:03 UTC