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

Clean up named attribute construction. NFC. #19813

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

kuhar
Copy link
Member

@kuhar kuhar commented Jan 25, 2025

With llvm/llvm-project#123974, we no longer have to construct a StringAttr for the name and can simplify a bunch of code.

Also avoid some needless memory allocations and needless small vectors in related code.

With llvm/llvm-project#123974, we no longer have
to construct a StringAttr for the name and can simplify a bunch of code.

Also avoid some needless memory allocations and needless small vectors
in related code.
@kuhar kuhar merged commit ccb0dea into iree-org:main Jan 25, 2025
41 checks passed
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