Stream: git-wasmtime

Topic: wasmtime / Issue #2310 Cranelift AArch64: Improve code ge...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 22 2020 at 20:09):

akirilov-arm commented on Issue #2310:

@cfallin A side question - I noticed that Bconst generates 1 for the true value instead of -1 (e.g. 0xFFFFFFFF for bconst.b32 true; same on x86), but then I remembered your changes in #2058. Is this the expected behaviour? And then the other question - what would be the correct value for the vector counterpart? Currently we generate a vector with 1s in every lane.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 30 2020 at 13:25):

akirilov-arm commented on Issue #2310:

@cfallin A side note about possible future work - the scalar boolean handling could be improved by using the CSETM (instead of CSET) and SBFX/SBFM instructions.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2020 at 05:56):

cfallin commented on Issue #2310:

Perfect, thanks!


Last updated: Nov 22 2024 at 16:03 UTC