Stream: git-wasmtime

Topic: wasmtime / issue #5440 Assert that we only use virtual re...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 20 2022 at 20:16):

elliottt commented on issue #5440:

@cfallin I fixed the test failure introduced by the original assertions: the riscv64 backend was using physical registers with moves to implement get_stack_pointer and get_frame_pointer. I introduced MovFromPReg and rephrased the two in terms of that to resolve the issue.


Last updated: Nov 22 2024 at 17:03 UTC