Stream: git-wasmtime

Topic: wasmtime / issue #1539 Cranelift aarch64 backend: improve...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 01 2021 at 22:29):

akirilov-arm labeled issue #1539:

Right now, the vcode filetest matches the pretty-printed assembly with the filecheck directives. To test the new aarch64 backend, we've written a bunch of filetests that match against a golden compilation. This works for now, but is somewhat brittle: if regalloc heuristics change which registers are used, the tests need to be updated. In addition, it requires us to match the whole function body to ensure that nothing else was generated, when all we really want to do is to assert that a particular operation was implemented by only these N instructions. We should look into porting or building an equivalent of the old backend's "assert this instruction has this encoding" functionality, and its register constraints that make tests more robust.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 10 2022 at 17:59):

alexcrichton closed issue #1539:

Right now, the vcode filetest matches the pretty-printed assembly with the filecheck directives. To test the new aarch64 backend, we've written a bunch of filetests that match against a golden compilation. This works for now, but is somewhat brittle: if regalloc heuristics change which registers are used, the tests need to be updated. In addition, it requires us to match the whole function body to ensure that nothing else was generated, when all we really want to do is to assert that a particular operation was implemented by only these N instructions. We should look into porting or building an equivalent of the old backend's "assert this instruction has this encoding" functionality, and its register constraints that make tests more robust.


Last updated: Nov 22 2024 at 16:03 UTC