Stream: git-wasmtime

Topic: wasmtime / PR #6150 aarch64: Add more lowerings for the C...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 15:29):

alexcrichton opened PR #6150 from alexcrichton:more-fma to bytecodealliance:main:

This commit adds new lowerings to the AArch64 backend of the element-based fmla and fmls instructions. These instructions have one of the multiplicands as an implicit broadcast of a single lane of another register and can help remove shuffle or dup instructions that would otherwise be used to implement them.

<!--

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 (Apr 05 2023 at 15:29):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6150.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 15:29):

alexcrichton requested elliottt for a review on PR #6150.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 17:13):

elliottt submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 17:58):

alexcrichton merged PR #6150.


Last updated: Nov 22 2024 at 17:03 UTC