Skip to content

Conversation

@j2kun
Copy link
Collaborator

@j2kun j2kun commented Jan 20, 2026

No description provided.

include "mlir/Pass/PassBase.td"

def ScratchpadPass : Pass<"scratchpad"> {
let summary = "An empty pass shell for experimentation purposes.";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this meant to be for local experimentation only (as a template?). I think for many patterns they should eventually end up in a pass, at least for the purposes of adding unit LIT tests for the pattern execution

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, just for local experimentation. I made this PR mainly to show Eric Crockett the idea, and if he doesn't find it useful when ramping up on MLIR, we don't have to merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants