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

Added SCFToAffine pass #25

Merged
merged 1 commit into from
Jul 3, 2021
Merged

Added SCFToAffine pass #25

merged 1 commit into from
Jul 3, 2021

Conversation

jianyicheng
Copy link
Collaborator

No description provided.

@jianyicheng
Copy link
Collaborator Author

  • Added two passes to raise scf dialect:
    • Check whether each scf.for op can be raised to an affine.for op and raise it if it can.
    • Check whether each memref.load/memref.store op can be raised to an affine.load/affine.store op and raise it if it can.
  • Added a unit test for SCFToAffine

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