Stream: git-wasmtime

Topic: wasmtime / PR #4750 Port `vconst` to ISLE (AArch64)


view this post on Zulip Wasmtime GitHub notifications bot (Aug 22 2022 at 15:31):

dheaton-arm opened PR #4750 from isle-vconst to main:

Ported the existing implementation of vconst to ISLE for AArch64, and
added support for 64-bit vector constants.

Also introduced 64-bit vconst support to the interpreter.

Copyright (c) 2022 Arm Limited

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Aug 22 2022 at 21:08):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 22 2022 at 21:08):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 22 2022 at 21:08):

cfallin created PR review comment:

Can we turn this if-chain into a match (with 16 => ..., 8 => ..., _ => panic!())?

view this post on Zulip Wasmtime GitHub notifications bot (Aug 22 2022 at 21:08):

cfallin created PR review comment:

Likewise here, a match would be a better fit I think.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 22 2022 at 21:08):

cfallin created PR review comment:

Here too, a match seems appropriate.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 23 2022 at 08:55):

dheaton-arm updated PR #4750 from isle-vconst to main.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 23 2022 at 16:40):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 23 2022 at 16:40):

cfallin merged PR #4750.


Last updated: Oct 23 2024 at 20:03 UTC