This is an archive of the discontinued LLVM Phabricator instance.

[llvm][DenseMapInfo] Add an info specialization for std::tuple
ClosedPublic

Authored by rriddle on Apr 13 2020, 2:06 PM.

Details

Summary

This revision adds a DenseMapInfo overload for std::tuples whose elements all have a DenseMapInfo. The implementation is similar to that of std::pair, and has been used within MLIR for over a year.

Depends On D78053

Diff Detail

Event Timeline

rriddle created this revision.Apr 13 2020, 2:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2020, 2:06 PM
lattner accepted this revision.Apr 13 2020, 2:57 PM
This revision is now accepted and ready to land.Apr 13 2020, 2:57 PM
rriddle updated this revision to Diff 257191.Apr 13 2020, 9:56 PM

formatting

This revision was automatically updated to reflect the committed changes.