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:
- cfallin: isle
- fitzgen: isle
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
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.
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: Nov 22 2024 at 16:03 UTC