Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: CAN NOT FIND IINFO -1 #224

Closed
vbgl opened this issue Aug 29, 2022 · 0 comments · Fixed by #225
Closed

WARNING: CAN NOT FIND IINFO -1 #224

vbgl opened this issue Aug 29, 2022 · 0 comments · Fixed by #225
Labels

Comments

@vbgl
Copy link
Member

vbgl commented Aug 29, 2022

Compiling the following program produces a lot of unnecessary warnings:

export
fn main(reg u64 x) {
  while {
    x -= 1;
  } (x > 0)
}

This looks like a regression introduced in 89ddd02

@vbgl vbgl added the bug label Aug 29, 2022
vbgl added a commit that referenced this issue Aug 29, 2022
bgregoir pushed a commit that referenced this issue Aug 31, 2022
dsprenkels added a commit to dsprenkels/jasmin that referenced this issue Sep 15, 2022
vbgl pushed a commit to dsprenkels/jasmin that referenced this issue Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant