Skip to content

reassociation pass is somewhat fragile about what concat/bitslice operations it can see through #3952

@allight

Description

@allight

Describe the bug
The reassociation pass needs to be able to determine when operations are zero/sign extend operations in order to know if it can safely reassociate through these operations. It is somewhat fragile in how it does this meaning to get best results we need to run bitslice_simp and concat_simp before any use of reassocation. This is unfortunate and it would be better if reassociation could use an analysis more able to see through these operations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions