Stream: git-wasmtime

Topic: wasmtime / issue #8723 ISLE `i64_from_iconst` extractor c...


view this post on Zulip Wasmtime GitHub notifications bot (May 31 2024 at 18:32):

alexcrichton opened issue #8723:

I ran into this bug on https://github.com/bytecodealliance/wasmtime/pull/8719 but the current definition of i64_from_iconst can match the f32const and f64const nodes in addition to iconst. This seems counterintuitive given the name of the extractor, but I'm not sure how to best fix myself.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 04 2024 at 02:44):

alexcrichton closed issue #8723:

I ran into this bug on https://github.com/bytecodealliance/wasmtime/pull/8719 but the current definition of i64_from_iconst can match the f32const and f64const nodes in addition to iconst. This seems counterintuitive given the name of the extractor, but I'm not sure how to best fix myself.


Last updated: Oct 23 2024 at 20:03 UTC