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: use separate addressing modes pass for s390x #37891

Closed
randall77 opened this issue Mar 16, 2020 · 1 comment
Closed

cmd/compile: use separate addressing modes pass for s390x #37891

randall77 opened this issue Mar 16, 2020 · 1 comment
Labels
FrozenDueToAge help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@randall77
Copy link
Contributor

Split off from #36468 .

We now have a separate addressing modes pass, which produces the *idxX operations on x86. s390x could also take advantage of this pass, which would reduce the number of rewrite rules that need to be specified.

@mundaym

@randall77 randall77 added this to the Unplanned milestone Mar 16, 2020
@cagedmantis cagedmantis added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 18, 2020
@gopherbot
Copy link

Change https://golang.org/cl/250958 mentions this issue: cmd/compile: use addressing modes pass on s390x

@golang golang locked and limited conversation to collaborators Aug 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants