Stream: git-wasmtime

Topic: wasmtime / issue #4796 AArch64: port misc ops to ISLE.


view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2022 at 00:32):

elliottt commented on issue #4796:

It looks like there are only precise-output tests in the aarch64 backend for extractlane and stack_addr. Should we pull some over from the x64 tests and regenerate their output for coverage before merging this?

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2022 at 05:56):

cfallin commented on issue #4796:

It looks like there are only precise-output tests in the aarch64 backend for extractlane and stack_addr. Should we pull some over from the x64 tests and regenerate their output for coverage before merging this?

Great point; I've added tests so all the opcodes listed above have some precise-output compile tests in filetests/isa/aarch64/ now. The first commit adds them with precise-output updated to match main prior to this PR; the second commit includes this PR's work and updates to the tests.


Last updated: Oct 23 2024 at 20:03 UTC