Skip to content

move evm stuff out of hir/mir into codegen #1190

@sbillig

Description

@sbillig

Where possible, the hir and mir crates shouldn't contain anything that's evm-specific. MIR abstractions should be general enough for non-evm backends. We shouldn't lower into evm-specific functions within MIR. Specifics about evm memory/storage/layout etc shouldn't leak upward into MIR.

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