This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][CAPI] Move `DenseMapInfo<MlirTypeID>`
ClosedPublic

Authored by makslevental on May 29 2023, 6:04 PM.

Details

Summary

I mistakenly put this in mlir/CAPI/Support.h at some point during the flurry of refactoring of TypeCasters but as @jpienaar rightly pointed out, it doesn't belong there.

Diff Detail

Event Timeline

makslevental created this revision.May 29 2023, 6:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2023, 6:04 PM
makslevental published this revision for review.May 29 2023, 6:04 PM
makslevental added reviewers: jpienaar, rkayaith.
makslevental edited the summary of this revision. (Show Details)May 29 2023, 6:08 PM
makslevental edited the summary of this revision. (Show Details)

move to PyBindUtils.h

ftynse accepted this revision.May 30 2023, 7:09 AM
This revision is now accepted and ready to land.May 30 2023, 7:09 AM
This revision was automatically updated to reflect the committed changes.