Stream: git-wasmtime

Topic: wasmtime / issue #4831 Cranelift AArch64: Fix the atomic ...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2022 at 00:01):

cfallin commented on issue #4831:

Merged upstream into this PR after merge conflicts with #4830.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2022 at 00:04):

cfallin commented on issue #4831:

(Actually disabling auto-merge here as I won't be around when it goes in and letting two run in parallel is risky; I'll merge this tomorrow.)

view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2022 at 11:06):

akirilov-arm commented on issue #4831:

We still have the rule to sink an atomic load, it's just that the helper data structure and functions were unnecessary, save for a bit of ISLE code.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2022 at 16:35):

cfallin commented on issue #4831:

We still have the rule to sink an atomic load, it's just that the helper data structure and functions were unnecessary, save for a bit of ISLE code.

Ah, yes, I missed that but see it now, for the (uextend (atomic_load ...)) case. Thanks!


Last updated: Nov 22 2024 at 17:03 UTC