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

cmd/internal/obj/arm64: and with small immediate mishandled #12708

Closed
mwhudson opened this issue Sep 22, 2015 · 1 comment
Closed

cmd/internal/obj/arm64: and with small immediate mishandled #12708

mwhudson opened this issue Sep 22, 2015 · 1 comment
Milestone

Comments

@mwhudson
Copy link
Contributor

Assembling AND $7, R1 gives:

addpool: ADDCON0 in 00000 (/opt/opensource/gopath/src/andimm/amovdu.s:2) AND $7, R1 shouldn't go to default case

Assembling AND $~7, R1 works, but loads the constant from the constant pool.

@ianlancetaylor ianlancetaylor added this to the Go1.6 milestone Sep 22, 2015
@mwhudson
Copy link
Contributor Author

mwhudson commented Oct 5, 2015

Turns out the former is just a warning, not a failure, and this is all related to #10111 (and a long argument on https://go-review.googlesource.com/7046 )

@mwhudson mwhudson closed this as completed Oct 5, 2015
@golang golang locked and limited conversation to collaborators Oct 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants