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

mlir: fix replacement of OpaqueElementsAttr #1274

Merged
merged 1 commit into from
Aug 24, 2022
Merged

mlir: fix replacement of OpaqueElementsAttr #1274

merged 1 commit into from
Aug 24, 2022

Conversation

ashay
Copy link
Collaborator

@ashay ashay commented Aug 24, 2022

An earlier patch (bb47c16) incorrectly replaced the now-dropped
OpaqueElementsAttr with SparseElementsAttr in one place and with
DenseElementsAttr in another. This patch fixes the problem by making
both replacements use the dense-equivalent type.

An earlier patch (bb47c16) incorrectly replaced the now-dropped
`OpaqueElementsAttr` with `SparseElementsAttr` in one place and with
`DenseElementsAttr` in another.  This patch fixes the problem by making
both replacements use the dense-equivalent type.
@ashay ashay merged commit 1d9d925 into llvm:main Aug 24, 2022
@ashay ashay deleted the ashay/fix-opaque-replacement branch August 24, 2022 22:10
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