Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple aliases from pass names #1874

Open
rachitnigam opened this issue Jan 28, 2024 · 1 comment
Open

Decouple aliases from pass names #1874

rachitnigam opened this issue Jan 28, 2024 · 1 comment
Labels
C: Calyx Extension or change to the Calyx IL S: Available Can be worked upon

Comments

@rachitnigam
Copy link
Contributor

rachitnigam commented Jan 28, 2024

We should decouple the alias mechanism from pass names. An alias should also configure compiler options like the sharing thresholds. This will let us define things like “-opt-size” which configures the pass pipeline to reduce the resource usage as aggressively as possible.

This will require some redesign of the pass manager but that is long overdue anyways with other UX issues.

@rachitnigam rachitnigam added C: Calyx Extension or change to the Calyx IL S: Available Can be worked upon labels Jan 28, 2024
@sampsyo
Copy link
Contributor

sampsyo commented Jan 28, 2024

Sounds wise!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Calyx Extension or change to the Calyx IL S: Available Can be worked upon
Projects
None yet
Development

No branches or pull requests

2 participants