We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @vsivsi in https://gophers.slack.com/archives/C6WDZJ70S/p1618277888005900:
Quick Avo question. Why does this not work? Bug or feature? tmp := GP32() MOVL(I32(-1), tmp) // MOVL: bad operands What’s the point of I32() if it can’t be used to put a signed value into an imm32 ?
Quick Avo question. Why does this not work? Bug or feature?
tmp := GP32() MOVL(I32(-1), tmp) // MOVL: bad operands
What’s the point of I32() if it can’t be used to put a signed value into an imm32 ?
This is a bug, likely due to:
avo/operand/checks.go
Lines 48 to 52 in 3622eb0
The text was updated successfully, but these errors were encountered:
4592e16
No branches or pull requests
From @vsivsi in https://gophers.slack.com/archives/C6WDZJ70S/p1618277888005900:
This is a bug, likely due to:
avo/operand/checks.go
Lines 48 to 52 in 3622eb0
The text was updated successfully, but these errors were encountered: