Stream: git-wasmtime

Topic: wasmtime / PR #1854 Enable the wast::Cranelift::spec::sim...


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

akirilov-arm opened PR #1854 from simd_load_splat to master:

One problem with this implementation is that a SIMD load and splat operation is represented as two IR instructions - load and splat. As a result, two A64 instructions are generated - a scalar load, followed by DUP, while the operation can be expressed with just LD1R. Is there a relatively easy way to fix this?

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

cfallin submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 10 2020 at 19:11):

cfallin merged PR #1854.


Last updated: Oct 23 2024 at 20:03 UTC