cfallin commented on Issue #2530:
If it's not too much trouble, would you be able to add a lowering for the new x64 backend?
The reason I ask is that while the legacy backend is still the default for major users (Lucet, Wasmtime, cg_clif, any other users of codegen crate with default features), that will change in the future, and any effort that adds functionality to the old backend but not the new one is causing us to drift in the wrong direction :-) Thanks!
abrown commented on Issue #2530:
I already implemented this in #2480 but refrained from merging because the spec tests are not enabled. If we are merging those, perhaps the #2489 PR should be reviewed and merged?
yurydelendik commented on Issue #2530:
implemented this in #2480 but refrained from merging
Oops, sorry did not see this one. I just wanted to clear road for #2531
Last updated: Nov 22 2024 at 16:03 UTC