Stream: git-wasmtime

Topic: wasmtime / PR #1553 Implement 128bit legalizations for AA...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 19 2020 at 14:46):

bjorn3 opened PR #1553 from aarch64-i128 to master:

This works by always using legalize_function, but skipping the steps that are not necessary for the AArch64 backend.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 19 2020 at 14:48):

bjorn3 edited PR #1553 from aarch64-i128 to master:

This works by always using legalize_function, but skipping the steps that are not necessary for the AArch64 backend.

While iadd is not yet legalized, as they it depends on iadd_ifcout and iadd_ifcin, this does legalize many other 128bit integer operations and it supports function signatures with 128bit integers, making it much easier to support 128bit integers in cg_clif for the AArch64 backend.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 19 2020 at 14:49):

bjorn3 updated PR #1553 from aarch64-i128 to master:

This works by always using legalize_function, but skipping the steps that are not necessary for the AArch64 backend.

While iadd is not yet legalized, as they it depends on iadd_ifcout and iadd_ifcin, this does legalize many other 128bit integer operations and it supports function signatures with 128bit integers, making it much easier to support 128bit integers in cg_clif for the AArch64 backend.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 25 2020 at 18:50):

alexcrichton edited PR #1553 from aarch64-i128 to main:

This works by always using legalize_function, but skipping the steps that are not necessary for the AArch64 backend.

While iadd is not yet legalized, as they it depends on iadd_ifcout and iadd_ifcin, this does legalize many other 128bit integer operations and it supports function signatures with 128bit integers, making it much easier to support 128bit integers in cg_clif for the AArch64 backend.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 04 2021 at 13:10):

bjorn3 closed without merge PR #1553.


Last updated: Nov 22 2024 at 16:03 UTC