Stream: git-wasmtime

Topic: wasmtime / PR #6048 cranelift: rewrite urem of constants


view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 17:06):

Kmeakin opened PR #6048 from rewrite-urem to main:

;; x%1 == 0.
;; x%c == x&(c-1) when c is a power of 2.

Note these rules are currently dead, pending resolution of https://github.com/bytecodealliance/wasmtime/issues/5908

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 17:08):

Kmeakin updated PR #6048 from rewrite-urem to main.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 19:23):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2024 at 00:29):

Kmeakin closed without merge PR #6048.


Last updated: Nov 22 2024 at 17:03 UTC