Skip to content

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

Open
@chenzheng1030

Description

@chenzheng1030

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions