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

[Encoding][NFC] Moving Encoding attr/enum to Encoding[Types|Attrs].* #18711

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

hanhanW
Copy link
Contributor

@hanhanW hanhanW commented Oct 7, 2024

The revision keeps EncodingBase.td simple. It follows the IREE core dialect style, which moves the declarations to EncodingTypes.h and implementation to EncodingAttrs.cpp.

@hanhanW hanhanW changed the title [Encoding][NFC] Moving Encoding attr/enum to EncodingAttrs.* [Encoding][NFC] Moving Encoding attr/enum to EncodingTypes.h and EncodingAttrs.* Oct 7, 2024
@hanhanW hanhanW changed the title [Encoding][NFC] Moving Encoding attr/enum to EncodingTypes.h and EncodingAttrs.* [Encoding][NFC] Moving Encoding attr/enum to Encoding[Types|Attrs].* Oct 7, 2024
The revision keeps `EncodingBase.td` simple. It follows the IREE core
dialect style, which creates `EncodingTypes.h` and implements the
details in `EncodingAttrs.cpp`.

Signed-off-by: hanhanW <hanhan0912@gmail.com>
@hanhanW
Copy link
Contributor Author

hanhanW commented Oct 7, 2024

This is the preparation for adding EncodingInterface.td. Otherwise, we'll add more and more things to EncodingBase.td

@hanhanW hanhanW marked this pull request as ready for review October 7, 2024 23:06
@hanhanW hanhanW requested a review from benvanik as a code owner October 7, 2024 23:06
@hanhanW hanhanW merged commit 4636257 into iree-org:main Oct 8, 2024
35 checks passed
@hanhanW hanhanW deleted the break-encoding-attr-td branch October 8, 2024 17:50
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