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

Add RecomposeComplexOps declaration + fix typos in pass name #1950

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

ramiro050
Copy link
Collaborator

The RecomposeComplexOps pass currently does not have a TableGen declaration and it is using the base class of DecomposeComplexOps, which causes --mlir-print-ir-after-all to create wrong pass labels. This commit fixes that as well as some minor typos in the name of the pass.

The `RecomposeComplexOps` pass currently does not have a TableGen
declaration and it is using the base class of `DecomposeComplexOps`,
which causes `--mlir-print-ir-after-all` to create wrong pass
labels. This commit fixes that as well as some minor typos in the name
of the pass.
@ramiro050 ramiro050 requested a review from gpetters94 March 16, 2023 22:21
@ramiro050
Copy link
Collaborator Author

Not sure how I missed this when I reviewed your patch, @gpetters94

@ramiro050
Copy link
Collaborator Author

@gpetters94, PTAL

@ramiro050 ramiro050 requested a review from AmosLewis March 28, 2023 17:26
Copy link
Collaborator

@AmosLewis AmosLewis left a comment

Choose a reason for hiding this comment

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

LGTM

@ramiro050 ramiro050 merged commit 0103c55 into llvm:main Mar 28, 2023
@ramiro050 ramiro050 deleted the fix-recompose branch March 28, 2023 18:07
gpetters94 pushed a commit to gpetters94/mlir-npcomp that referenced this pull request May 10, 2023
…1950)

The `RecomposeComplexOps` pass currently does not have a TableGen
declaration and it is using the base class of `DecomposeComplexOps`,
which causes `--mlir-print-ir-after-all` to create wrong pass
labels. This commit fixes that as well as some minor typos in the name
of the pass.
gpetters94 pushed a commit to gpetters94/mlir-npcomp that referenced this pull request Jul 7, 2023
…1950)

The `RecomposeComplexOps` pass currently does not have a TableGen
declaration and it is using the base class of `DecomposeComplexOps`,
which causes `--mlir-print-ir-after-all` to create wrong pass
labels. This commit fixes that as well as some minor typos in the name
of the pass.
gpetters94 pushed a commit to gpetters94/mlir-npcomp that referenced this pull request Jul 7, 2023
…1950)

The `RecomposeComplexOps` pass currently does not have a TableGen
declaration and it is using the base class of `DecomposeComplexOps`,
which causes `--mlir-print-ir-after-all` to create wrong pass
labels. This commit fixes that as well as some minor typos in the name
of the pass.
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