Stream: git-wasmtime

Topic: wasmtime / PR #6468 winch: Aarch64 sub and mul


view this post on Zulip Wasmtime GitHub notifications bot (May 26 2023 at 16:19):

jimmyhmiller opened PR #6468 from jimmyhmiller:aarch64-sub-and-mul to bytecodealliance:main:

I just filled in some todo! for sub and mul on aarch64. I copied the file tests from x86. It should be fairly straight forward, but of course there is a chance I missed something obvious.

@saulecabrera You mentioned fuzz testing being your main approach now. I wasn't sure how to do that, but would happily go run some if you can point me in the right direction.

view this post on Zulip Wasmtime GitHub notifications bot (May 26 2023 at 16:19):

jimmyhmiller requested abrown for a review on PR #6468.

view this post on Zulip Wasmtime GitHub notifications bot (May 26 2023 at 16:19):

jimmyhmiller requested wasmtime-compiler-reviewers for a review on PR #6468.

view this post on Zulip Wasmtime GitHub notifications bot (May 26 2023 at 16:21):

jimmyhmiller created PR review comment:

So this test on x86 looks like this. It does not have sub but add instead. I assumed this was a mistake, but just copied them for right now. Happy to change in both if that's correct.

view this post on Zulip Wasmtime GitHub notifications bot (May 26 2023 at 16:26):

saulecabrera created PR review comment:

Thanks for pointing this out -- it should definitely be sub.

view this post on Zulip Wasmtime GitHub notifications bot (May 29 2023 at 14:23):

jimmyhmiller updated PR #6468.

view this post on Zulip Wasmtime GitHub notifications bot (May 29 2023 at 17:18):

saulecabrera submitted PR review:

Looks good to me; I left a comment regarding one file test that includes x64 output, but the specified architecture is aarch64.

Would you also be willing to fix the x64/aarch64 subtraction test that you pointed out here https://github.com/bytecodealliance/wasmtime/pull/6468/files#r1207028404?

I think that after those fixes, we can land this change.

view this post on Zulip Wasmtime GitHub notifications bot (May 29 2023 at 17:18):

saulecabrera submitted PR review:

Looks good to me; I left a comment regarding one file test that includes x64 output, but the specified architecture is aarch64.

Would you also be willing to fix the x64/aarch64 subtraction test that you pointed out here https://github.com/bytecodealliance/wasmtime/pull/6468/files#r1207028404?

I think that after those fixes, we can land this change.

view this post on Zulip Wasmtime GitHub notifications bot (May 29 2023 at 17:18):

saulecabrera created PR review comment:

This test has x64 output, although the specified target is aarch64. Perhaps a bug in the filetest crate? Or maybe a copy paste mistake?

view this post on Zulip Wasmtime GitHub notifications bot (May 30 2023 at 18:28):

jimmyhmiller updated PR #6468.

view this post on Zulip Wasmtime GitHub notifications bot (May 30 2023 at 20:34):

jimmyhmiller updated PR #6468.

view this post on Zulip Wasmtime GitHub notifications bot (May 31 2023 at 00:10):

saulecabrera merged PR #6468.


Last updated: Nov 22 2024 at 16:03 UTC