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/arm: support "MOVH Reg<<0(Reg), Reg" #20721

Closed
benshi001 opened this issue Jun 19, 2017 · 1 comment
Closed

cmd/internal/obj/arm: support "MOVH Reg<<0(Reg), Reg" #20721

benshi001 opened this issue Jun 19, 2017 · 1 comment
Milestone

Comments

@benshi001
Copy link
Member

Currently only "MOVB Reg<<0(Reg), Reg" is supported, but "MOVH Reg<<0(Reg), Reg" (LDRH Reg, [Reg, Reg]) is also a ARMv4 instruction, which can benefit the compiler and should be supported.

The can be done it go1.10 and assigned to me.

@cherrymui cherrymui added this to the Go1.10 milestone Jun 19, 2017
@benshi001
Copy link
Member Author

fixed in 75cb22c

@golang golang locked and limited conversation to collaborators Aug 24, 2018
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