This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Implement dense map info for device file
ClosedPublic

Authored by jhuber6 on Feb 21 2022, 3:41 PM.

Details

Summary

This patch implements a DenseMap info struct for the device file type.
This is used to help grouping device files that have the same triple and
architecture. Because of this the filename, which will always be unique
for each file, is not used.

Diff Detail

Event Timeline

jhuber6 created this revision.Feb 21 2022, 3:41 PM
jhuber6 requested review of this revision.Feb 21 2022, 3:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2022, 3:41 PM
This revision is now accepted and ready to land.Mar 4 2022, 3:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2022, 3:00 PM
This revision was landed with ongoing or failed builds.Mar 14 2022, 5:09 PM
This revision was automatically updated to reflect the committed changes.