Stream: git-wasmtime

Topic: wasmtime / issue #5634 Cranelift's `souper-harvest`: don'...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 25 2023 at 17:29):

fitzgen opened issue #5634:

We sometimes harvest left-hand sides for Souper to optimize that are the identity expression:

;; Harvested from `v17` in `u0:201`
%4:i8 = var
infer %4

We shouldn't do that.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 25 2023 at 17:29):

fitzgen labeled issue #5634:

We sometimes harvest left-hand sides for Souper to optimize that are the identity expression:

;; Harvested from `v17` in `u0:201`
%4:i8 = var
infer %4

We shouldn't do that.


Last updated: Oct 23 2024 at 20:03 UTC