This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Stop using make_pair and make_tuple. NFC.
ClosedPublic

Authored by foad on Dec 12 2022, 3:10 AM.

Details

Reviewers
kazu
Group Reviewers
Restricted Project
Commits
rG6443c0ee02c7: [AMDGPU] Stop using make_pair and make_tuple. NFC.
Summary

C++17 allows us to call constructors pair and tuple instead of helper
functions make_pair and make_tuple.

Diff Detail

Event Timeline

foad created this revision.Dec 12 2022, 3:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 12 2022, 3:10 AM
foad requested review of this revision.Dec 12 2022, 3:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 12 2022, 3:10 AM
kazu accepted this revision.Dec 12 2022, 9:05 AM

Thanks!

This revision is now accepted and ready to land.Dec 12 2022, 9:05 AM
This revision was landed with ongoing or failed builds.Dec 14 2022, 5:25 AM
This revision was automatically updated to reflect the committed changes.