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

-vast-snapshot-at should have an option to end after all passes are snapshotted. #583

Open
1 task done
lkorenc opened this issue May 8, 2024 · 0 comments
Open
1 task done
Assignees
Labels

Comments

@lkorenc
Copy link
Collaborator

lkorenc commented May 8, 2024

Prerequisites

  • I have read the documentation and the proposed feature is not implemented.

Description

We should have an option to stop the compilation after all snapshots have been taken. This is helpful for testing scenarios, where we may want to only test a few of the early passes.
Natural way to do this would be -vast-emit-mlir=snaphots (we want a separate target here to not confuse frontend about backend output) and then instrument the pipeline runner to only emit required passes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants