Stream: git-wasmtime

Topic: wasmtime / issue #6879 egraphs: Recognize `bitselect` fro...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 22 2023 at 12:49):

github-actions[bot] commented on issue #6879:

Subscribe to Label Action

cc @cfallin, @fitzgen

<details>
This issue or pull request has been labeled: "cranelift", "isle"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Aug 22 2023 at 17:05):

afonso360 commented on issue #6879:

Looks like the x86 backend does not have scalar bitselect implemented. I'm going to try to work on that so that we don't an optimization that generates code that can't be lowered.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 29 2023 at 13:34):

afonso360 commented on issue #6879:

I've restricted this transform for vectors only since each backend implements a different subset of bitselect. Maybe we can derestrict this a little bit more once the backends are slightly more complete.


Last updated: Oct 23 2024 at 20:03 UTC