This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Allow accessing TypeID of attrs/types defs
ClosedPublic

Authored by math-fehr on Sep 24 2022, 10:39 AM.

Details

Summary

SelfOwningTypeID was inherited privately, so it was not possible to access
the TypeID of an attribute or a type definition.

Diff Detail

Event Timeline

math-fehr created this revision.Sep 24 2022, 10:39 AM
math-fehr requested review of this revision.Sep 24 2022, 10:39 AM

Also, I do not have commit access, so would it be possible to land it for me if this is accepted?

Mogball accepted this revision.Sep 26 2022, 9:41 AM
This revision is now accepted and ready to land.Sep 26 2022, 9:41 AM
This revision was automatically updated to reflect the committed changes.