Skip to content

adjust optimizer for instructions with a separate destination #1128

@LADSoft

Description

@LADSoft

in powerpc and other architectures, it deviates from x86 in that in x86 the destination is also one of the sources, whereas in powerpc the destination is separate from the sources.

The primary place this is going to make a difference is in the register allocator. There may be other differences as well such as in how we handle rewrite functions in the optimizer. But that might be handled by a better way of specifying addressing modes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions