Skip to content

[PowerPC] combine two RLWINM generated from __st[d/w/h/b]cx builtins #104888

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

Open
chenzheng1030 opened this issue Aug 20, 2024 · 1 comment
Open

Comments

@chenzheng1030
Copy link
Collaborator

This is from code review of #104453

See comment: #104453 (comment)

RLWINM 3, 3, 4, 28, 31
RLWINM 3, 3, 31, 31, 31

===>

RLWINM 3, 3, 3, 31, 31

Note that the first RLWINM is generated in post RA phase, so this has to be done after RA.

@llvmbot
Copy link
Member

llvmbot commented Aug 20, 2024

@llvm/issue-subscribers-backend-powerpc

Author: Chen Zheng (chenzheng1030)

This is from code review of https://github.com//pull/104453

See comment: #104453 (comment)

RLWINM 3, 3, 4, 28, 31
RLWINM 3, 3, 31, 31, 31

===>

RLWINM 3, 3, 3, 31, 31

Note that the first RLWINM is generated in post RA phase, so this has to be done after RA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants