Skip to content

Conversation

@vext01
Copy link
Contributor

@vext01 vext01 commented Aug 5, 2025

Currently:

%0: i8 = ...
%1: i8 = xor %0, %0

is optimised to:

%1: i1 = 0i1

i.e. the type is always i1, which isn't right.

(this fixes one problem with ykjit/yklua#129, but looks like there may be one more)

Currently:

```
%0: i8 = ...
%1: i8 = xor %0, %0
```

is optimised to:

```
%1: i1 = 0i1
```

i.e. the type is always i1, which isn't right.
@ltratt ltratt added this pull request to the merge queue Aug 5, 2025
Merged via the queue into ykjit:master with commit 71591fb Aug 5, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants