Skip to content

Move passes out of rewrite folder #649

@johnzl-777

Description

@johnzl-777

Currently to access some of the bloqade passes you usually have to import them via:

from bloqade.rewrite.passes import AggressiveUnroll

This seems to go against the current convention which is that you have two separate folders, one for the actual rewrite rules and another for the passes that are composed of those rewrite rules.

Then you end up with an import that looks like:

from bloqade.passes import ...

Metadata

Metadata

Assignees

Labels

priority: lowlow priority tasks, backlogs, good-to-haves

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions