Stream: git-wasmtime

Topic: wasmtime / issue #5061 egraph opts: fix uextend-of-i32.


view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2022 at 06:08):

cfallin commented on issue #5061:

cc @afonso360

view this post on Zulip Wasmtime GitHub notifications bot (Oct 17 2022 at 07:35):

bjorn3 commented on issue #5061:

Arguably an iconst.i32 should not have nonzero bits in the upper 32 of its immediate

Iconst uses the signed Imm64 type, so it is not weird to see a sign extended iconst.


Last updated: Nov 22 2024 at 16:03 UTC