Stream: git-wasmtime

Topic: wasmtime / PR #2393 arm64: Fold some constants into load ...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 11 2020 at 18:51):

jgouly opened PR #2393 from constant-addend to main:

This changes the following:
mov x0, #4
ldr x0, [x1, #4]

Into:
ldr x0, [x1]

I noticed this pattern (but with #0), in a benchmark.

Copyright (c) 2020, Arm Limited.

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

cfallin submitted PR Review.

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

cfallin merged PR #2393.


Last updated: Nov 22 2024 at 16:03 UTC