Skip to content

PPC should use REG_SEQUENCE instead of sequences of INSERT_SUBREG #125502

Closed
@arsenm

Description

@arsenm

The PPC backend is using a sequence of INSERT_SUBREGs to build register tuples, which is harder to deal with in optimizations than REG_SEQUENCE which is intended for this kind of usage.

Attached starter patch. There appear to be other backend bugs resulting in verifier errors, and I'm pretty sure these pseudos should be eliminated too.

0001-PPC-Use-REG_SEQUENCE-instead-of-pairs-of-INSERT_SUBR.patch

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