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/compile: float SUB/DIV can use r15 #15584

Closed
randall77 opened this issue May 6, 2016 · 1 comment
Closed

cmd/compile: float SUB/DIV can use r15 #15584

randall77 opened this issue May 6, 2016 · 1 comment

Comments

@randall77
Copy link
Contributor

Now that 2-address instructions always get compatible registers, we don't need to reserve r15 for a temp register.

See cmd/compile/internal/ssa/gen/AMD64Ops.go, all uses of fp21x15 should be fp21 instead.

@randall77 randall77 self-assigned this May 6, 2016
@randall77 randall77 added this to the Go1.8Early milestone May 6, 2016
@gopherbot
Copy link

CL https://golang.org/cl/28272 mentions this issue.

@golang golang locked and limited conversation to collaborators Sep 1, 2017
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

2 participants